nin9s / elk-hole

elasticsearch, logstash and kibana configuration for pi-hole visualiziation
MIT License
204 stars 36 forks source link

import the template step unclear and not working as expected #11

Closed aviationfan closed 5 years ago

aviationfan commented 5 years ago

Describe the bug I am not clear on step 14 in the instructions "import the template: paste the content of "logstash-syslog-dns-index.template_ELK7.x.json" into kibanas dev tools console"

What are the detailed steps to follow? Dev tools needs a command like PUT and an object definition to follow, e.g.

index a doc

PUT index/type/1
{  
   "index_patterns":[  
      "logstash-syslog-dns*"
   ],

To Reproduce Paste the JSON from logstash-syslog-dns-index.template_ELK7.x.json with no command and get an error

Expected behavior A clear and concise description of what you expected to happen.

Screenshots If applicable, add screenshots to help explain your problem.

Desktop (please complete the following information): Kibana 7.1.1 Elasticsearch 7.1.1

nin9s commented 5 years ago

thanks, I've missed that see above :)

aviationfan commented 5 years ago

PUT worked great