wiki:elasticsearch_troubleshooting
Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revision | |||
wiki:elasticsearch_troubleshooting [2023/02/28 14:02] – [Unable to write to elasticsearch] add graylog index link antisa | wiki:elasticsearch_troubleshooting [2024/07/23 11:28] (current) – add opensearch curl error antisa | ||
---|---|---|---|
Line 1: | Line 1: | ||
- | {{tag> | + | {{tag> |
- | ====== Elasticsearch troubleshooting ====== | + | ====== Elasticsearch/ |
If graylog stops showing message streams it could be an issue with indexes. | If graylog stops showing message streams it could be an issue with indexes. | ||
Line 181: | Line 181: | ||
and run delete command again. | and run delete command again. | ||
+ | |||
+ | ===== curl (52) empty reply from server ===== | ||
+ | Happened with OpenSearch docker compose installation trying this: | ||
+ | |||
+ | curl -u admin: | ||
+ | | ||
+ | It needs the certificate file in the command but if you are testing, easiest is just to disable the ssl. Add the following line in '' | ||
+ | < | ||
+ | - plugins.security.ssl.http.enabled=false | ||
+ | </ | ||
+ | |||
+ | and rerun | ||
+ | docker-compose up -d | ||
+ | |||
===== Tested on ===== | ===== Tested on ===== | ||
* Debian 10 | * Debian 10 |
wiki/elasticsearch_troubleshooting.1677592922.txt.gz · Last modified: 2023/02/28 14:02 by antisa