Hello,
Yesterday I have done some Curl requests to the "https://gra1.logs.ovh.com:9200/ldp-logs/message" endpoint and everything went well.
Today, I launch the exact same request and it fails with the below response :
{
"error": {
"root_cause": [
{
"type": "auth_exception",
"reason": "Couldn't authenticate user logs-nb-xxxxx against any of the backends."
}
],
"type": "auth_exception",
"reason": "Couldn't authenticate user logs-nb-xxxx against any of the backends.",
"caused_by": {
"type": "multi_auth_exception",
"reason": null
}
},
"status": 403
}
The problem seems very similar to this one : https://community.ovhcloud.com/community/fr/elasticsearch-down?id=community_question&sys_id=bda171cc81528210f0780f07683eb2ea
The GrayLog plateform is still up and available, but the Elastic Search API button (https://gra1.logs.ovh.com:9200/_cluster/health?pretty=true) returns to me the same error response.
Is there something Down?
My Curl Request :
`curl -H 'Content-Type: application/json' -u 'logs-nb-xxxx:abcdef12345' -XPOST https://gra1.logs.ovh.com:9200/ldp-logs/message -d '{ "X-OVH-TOKEN" : "xxxxxx-xxxxx-xxxx-xxxx-xxxxxxx" , "test_field" : "Hello" , "short_message" : "Hello World", "host" : "OVHcloud_doc" }'`
Thanks
Unable to reach Elastic Search from the Logs Data Plateform
Sujets apparentés
- Ssh_init: Host does not exist
10257
13.11.2017 01:40
- Code d’erreur : DLG_FLAGS_SEC_CERT_CN_INVALID ?
10217
14.08.2018 09:32
- Err_too_many_redirects
7374
12.11.2017 15:36
- Trop de redirections suite au HTTPS
6735
14.12.2016 14:30
- Certificat Let's encrypt
6203
21.08.2017 17:44
- Impossible d'activer le certificat SSL pour HTTPS
5694
07.01.2021 02:44
- LetsEncrypt et erreur DNS A / AAAA
5674
16.04.2019 15:34
- Net::err_cert_common_name_invalid
5576
29.05.2017 08:20
- Prise en charge du protocole MQTT
5209
06.04.2017 13:57
- SSL Cloudflare chez OVH
5169
28.04.2017 09:51