Hi - We installed opendistro successfully and tried to do setup for filebeat/metricbeat for Linux & Windows both.
We downloaded right OSS beat packages as per other threads
https://artifacts.elastic.co/downloads/beats/metricbeat/metricbeat-oss-6.3.0-linux-x86_64.tar.gz
https://artifacts.elastic.co/downloads/beats/heartbeat/heartbeat-oss-6.3.0-linux-x86_64.tar.gz
https://artifacts.elastic.co/downloads/beats/filebeat/heartbeat-oss-6.3.0-linux-x86_64.tar.gz
ran following command
filebeat setup -e --dashboards --pipelines --template
We tried all versions 7.1.1 to 6.3.0
Error in console →
500 Internal Server Error: {“error”:{“root_cause”:[{“type”:“security_exception”,“reason”:“Unexpected exception indices:admin/get”}],“type”:“security_exception”,“reason”:“Unexpected exception indices:admin/get”},“status”:500}
Exiting: request checking for ILM availability failed: 500 Internal Server Error: {“error”:{“root_cause”:[{“type”:“security_exception”,“reason”:“Unexpected exception indices:admin/get”}],“type”:“security_exception”,“reason”:“Unexpected exception indices:admin/get”},“status”:500}
Error in Elastic search -
[2019-08-19T03:37:43,286][WARN ][r.suppressed ] [node-1] path: /_xpack, params: {index=_xpack}
org.elasticsearch.ElasticsearchSecurityException: Unexpected exception indices:admin/get
at com.amazon.opendistroforelasticsearch.security.filter.OpenDistroSecurityFilter.apply0(OpenDistroSecurityFilter.java:274) [opendistro_security-1.1.0.0.jar:1.1.0.0]
at com.amazon.opendistroforelasticsearch.security.filter.OpenDistroSecurityFilter.apply(OpenDistroSecurityFilter.java:119) [opendistro_security-1.1.0.0.jar:1.1.0.0]
at org.elasticsearch.action.support.TransportAction$RequestFilterChain.proceed(TransportAction.java:143) [elasticsearch-7.1.1.jar:7.1.1]
at org.elasticsearch.action.support.TransportAction.execute(TransportAction.java:121) [elasticsearch-7.1.1.jar:7.1.1]
Please help!!