Bonjour,
J'essaye de migrer un index existant vers "Logs & Metrics" en utilisant elasticdump
https://www.npmjs.com/package/elasticdump
```
elasticdump --input=http://localhost:9200/indexname/ --output=https://user:passsword@gra3.logs.ovh.com:9200/indexname/ --type=data
Tue, 11 Aug 2020 07:59:07 GMT | starting dump
Tue, 11 Aug 2020 07:59:08 GMT | got 100 objects from source elasticsearch (offset: 0)
Tue, 11 Aug 2020 07:59:09 GMT | Error Emitted => {"error":{"root_cause":[{"type":"forbidden_exception","reason":"Action 'indices:data/write/bulk' is forbidden due to [DEFAULT]"}],"type":"forbidden_exception","reason":"Action 'indices:data/write/bulk' is forbidden due to [DEFAULT]"},"status":403}
Tue, 11 Aug 2020 07:59:09 GMT | Error Emitted => {"error":{"root_cause":[{"type":"forbidden_exception","reason":"Action 'indices:data/write/bulk' is forbidden due to [DEFAULT]"}],"type":"forbidden_exception","reason":"Action 'indices:data/write/bulk' is forbidden due to [DEFAULT]"},"status":403}
Tue, 11 Aug 2020 07:59:09 GMT | Total Writes: 0
Tue, 11 Aug 2020 07:59:09 GMT | dump ended with error (get phase) => FORBIDDEN: {"error":{"root_cause":[{"type":"forbidden_exception","reason":"Action 'indices:data/write/bulk' is forbidden due to [DEFAULT]"}],"type":"forbidden_exception","reason":"Action 'indices:data/write/bulk' is forbidden due to [DEFAULT]"},"status":403}
```
Est-ce que il y a un réglage à faire ? Si oui quel réglage ?
Arthur Lutz (Logilab)
Erreur connexion SSL - Difficulté à migrer un index elasticsearch avec elasticdump
Related questions
- Ssh_init: Host does not exist
24140
13.11.2017 01:40
- Code d’erreur : DLG_FLAGS_SEC_CERT_CN_INVALID ?
23309
14.08.2018 09:32
- LetsEncrypt et erreur DNS A / AAAA
22101
16.04.2019 15:34
- SSL Cloudflare chez OVH
20788
28.04.2017 09:51
- Err_too_many_redirects
20303
12.11.2017 15:36
- Certificat Let's encrypt
20116
21.08.2017 17:44
- Impossible d'activer le certificat SSL pour HTTPS
19789
07.01.2021 02:44
- Net::err_cert_common_name_invalid
19347
29.05.2017 08:20
- Trop de redirections suite au HTTPS
18946
14.12.2016 14:30
- Prise en charge du protocole MQTT
17607
06.04.2017 13:57