Logstash cheat sheet: Difference between revisions

Line 430: Line 430:
  /usr/share/elasticsearch/plugins/x-pack/x-pack-6.0.0.jar
  /usr/share/elasticsearch/plugins/x-pack/x-pack-6.0.0.jar
:テンプレート json の index.number_of_replicas を変更する。
:テンプレート json の index.number_of_replicas を変更する。
curl -XDELETE 'http://127.0.0.1:9200/_template/.monitoring-logstash'
curl -XDELETE 'http://127.0.0.1:9200/_template/.monitoring-alerts'
curl -XDELETE 'http://127.0.0.1:9200/_template/.monitoring-es-2'
curl -XDELETE 'http://127.0.0.1:9200/_template/.monitoring-es'
curl -XDELETE 'http://127.0.0.1:9200/_template/.monitoring-data-2'
curl -XDELETE 'http://127.0.0.1:9200/_template/.monitoring-kibana-2'
curl -XDELETE 'http://127.0.0.1:9200/_template/.monitoring-kibana'


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