Versioner sammenlignet

Nøgle

  • Linjen blev tilføjet.
  • Denne linje blev fjernet.
  • Formatering blev ændret.

...

The Great Mapping Refactoring

 

PingLog i eget index

Make a copy of filebeat.json from the zip package at https://download.elastic.co/beats/dashboards/beats-dashboards-1.1.0.zip and chage filebeat.json name and content.

Then upload and create index. 

Kodeblok
curl -XPUT http://localhost:9200/.kibana/index-pattern/pinglog-* -d @pinglog.json

{"_index":".kibana","_type":"index-pattern","_id":"pinglog-*","_version":2,"_shards":{"total":2,"successful":1,"failed":0},"created":false}root@elkserver:~/beats-dashboards-1.1.0/dashboards/index-pattern#