Logstash cheat sheet: Difference between revisions

Line 463: Line 463:
  Authentication of [kibana] was terminated by realm [reserved] - failed to authenticate user [kibana]
  Authentication of [kibana] was terminated by realm [reserved] - failed to authenticate user [kibana]
  Authentication of [logstash_system] was terminated by realm [reserved] - failed to authenticate user [logstash_system]
  Authentication of [logstash_system] was terminated by realm [reserved] - failed to authenticate user [logstash_system]
<syntaxhighlight lang="bash" enclose="div">
systemctl stop elasticsearch
cd /usr/share/elasticsearch
./bin/elasticsearch-plugin remove x-pack
./bin/elasticsearch-plugin install x-pack
emacs plugins/x-pack/x-pack-6.1.0.jar
</syntaxhighlight>


== LS 2.3.1 geoip issue ==
== LS 2.3.1 geoip issue ==