Scale up as you grow — whether you're running one virtual machine or ten thousand.

From GPU-powered inference and Kubernetes to managed databases and storage, get everything you need to build, scale, and deploy intelligent applications.

This textbox defaults to using Markdown to format your answer.
You can type !ref in this text area to quickly search our full set of tutorials, documentation & marketplace offerings and insert the link!
Hello. This is a very good tutorial. I’m having issues with packetbeat. I don’t have the index created:
[root@kibana ~]# curl ‘localhost:9200/_cat/indices?v’ health status index pri rep docs.count docs.deleted store.size pri.store.size yellow open filebeat-2016.06.01 5 1 58709 0 28.9mb 28.9mb yellow open filebeat-2016.06.03 5 1 7451 0 456.2mb 456.2mb yellow open filebeat-2016.06.02 5 1 49772 0 247.6mb 247.6mb yellow open .kibana 1 1 131 2 114kb 114kb yellow open filebeat-2016.06.07 5 1 2209 0 4.4mb 4.4mb yellow open filebeat-2016.05.29 5 1 397 0 626.4kb 626.4kb red open topbeat-2016.06.07 5 1 150387 0 54.1mb 54.1mb yellow open filebeat-2016.05.31 5 1 11058 0 4.1mb 4.1mb yellow open filebeat-2016.05.30 5 1 551 0 482.3kb 482.3kb
I ran the beath-dashboard script but there is no index. I don’t know if it’s a problem with packetbeat (if packetbeat doesn’t send information, elasticsearch doesn’t create the index) or if it is another kind of error.
This is my packetbeat.yml
interfaces: device: any protocols: dns: ports: [53] include_authorities: true include_additionals: true http: ports: [80, 8080, 8000, 5000, 8002] send_headers: [“Host”] hide_keywords: [“pass”, “password”, “passwd”] memcache: ports: [11211] mysql: ports: [3306] pgsql: ports: [5432] redis: ports: [6379] thrift: ports: [9090] mongodb: ports: [27017] output: logstash: hosts: [“localhost:5044”] tls: certificate_authorities: [“/etc/pki/tls/certs/logstash-forwarder.crt”]
Thanks.
Link to the Top Beats Template broken. Found a working one here: https://gist.github.com/Veraticus/9d383808a9bc964b83dd416816591c75#file-topbeat-template-json