Hey,
Despite trying out a number of appraoches i remain stuck with " Deflector exists as an index and is not an alias. (triggered 8 hours ago)" After deleting all indices i see this, no fix.
curl -XGET localhost:9200/_cat/shards?h=index,shard,prirep,state,unassigned.reason
graylog_1 3 p UNASSIGNED INDEX_CREATED
graylog_1 1 p UNASSIGNED INDEX_CREATED
graylog_1 2 p UNASSIGNED INDEX_CREATED
graylog_1 0 p UNASSIGNED INDEX_CREATED
graylog_0 3 p UNASSIGNED INDEX_CREATED
graylog_0 1 p UNASSIGNED INDEX_CREATED
graylog_0 2 p UNASSIGNED INDEX_CREATED
graylog_0 0 p UNASSIGNED INDEX_CREATED
gl-events_0 3 p UNASSIGNED INDEX_CREATED
gl-events_0 1 p UNASSIGNED INDEX_CREATED
gl-events_0 2 p UNASSIGNED INDEX_CREATED
gl-events_0 0 p UNASSIGNED INDEX_CREATED
----------------------------------------- indicator for configuration flaw, but all seems to be well
WARN [BufferSynchronizerService] Elasticsearch is unavailable. Not waiting to clear buffers and caches, as we have no healthy cluster.
----------------------------------------- updated
Which ever index set i look into i get:
We could not get the indices overview information. This usually means there was a problem connecting to Elasticsearch, and **you should ensure Elasticsearch is up and reachable from Graylog** .
Graylog will continue storing your messages in its journal, but you will not be able to search on them until Elasticsearch is reachable again.
Despite the indication at least the state can be read from the cluster
Elasticsearch cluster
The possible Elasticsearch cluster states and more related information is available in the [Graylog documentation](https://docs.graylog.org/en/3.3/pages/configuration/elasticsearch.html).**
Elasticsearch cluster is yellow. Shards: 0 active, 0 initializing, 0 relocating, 16 unassigned, [What does this mean?](https://docs.graylog.org/en/3.3/pages/configuration/elasticsearch.html#cluster-status-explained)
----------------------- After fresh install (apt remove for elasticsearch and graylog, mongo)
● graylog-server.service - Graylog server
Loaded: loaded (/lib/systemd/system/graylog-server.service; enabled; vendor preset: enabled)
Active: active (running) since Tue 2020-06-16 09:46:53 CEST; 25s ago
Docs: http://docs.graylog.org/
Main PID: 3891 (graylog-server)
Tasks: 110 (limit: 4654)
Memory: 694.2M
CGroup: /system.slice/graylog-server.service
├─3891 /bin/sh /usr/share/graylog-server/bin/graylog-server
└─3910 /usr/bin/java -Xms1g -Xmx1g -XX:NewRatio=1 -server -XX:+ResizeTLAB -XX:+UseConcMarkSweepGC -XX:+CMSConcurrentMTEnabled -XX:+CMSClassUnloadingEnabled -XX:-OmitStackTraceInFastThr
Jun 16 09:46:53 machine systemd[1]: Started Graylog server.
Jun 16 09:46:54 machine graylog-server[3891]: OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
Jun 16 09:46:54 machine graylog-server[3891]: WARNING: sun.reflect.Reflection.getCallerClass is not supported. This will impact performance.
Jun 16 09:46:55 machine graylog-server[3891]: WARNING: An illegal reflective access operation has occurred
Jun 16 09:46:55 machine graylog-server[3891]: WARNING: Illegal reflective access by com.google.inject.assistedinject.FactoryProvider2$MethodHandleWrapper (file:/usr/share/graylog-server/graylog.ja
Jun 16 09:46:55 machine graylog-server[3891]: WARNING: Please consider reporting this to the maintainers of com.google.inject.assistedinject.FactoryProvider2$MethodHandleWrapper
Jun 16 09:46:55 machine graylog-server[3891]: WARNING: Use --illegal-access=warn to enable warnings of further illegal reflective access operations
Jun 16 09:46:55 machine graylog-server[3891]: WARNING: All illegal access operations will be denied in a future release