Filebeat yml:
filebeat.inputs:
Each - is an input. Most options can be set at the input level, so
you can use different inputs for various configurations.
Below are the input specific configurations.
-
type: log
Change to true to enable this input configuration.
enabled: true
Paths that should be crawled and fetched. Glob based paths.
paths:
#- /var/log/*.log- D:\ELK\logs*
#==================== Elasticsearch template setting ==========================
setup.template.settings:
index.number_of_shards: 1
output.elasticsearch:
Array of hosts to connect to.
hosts: ["localhost:9200"]
Elastic indices:
health status index uuid pri rep docs.count docs.deleted store.size pri.store.size
green open .kibana_task_manager_1 RQofB4VrTG-BQohcqBKOIQ 1 0 2 1 16.2kb 16.2kb
green open .apm-agent-configuration U0fwynZRQJuQpx67lNJt-A 1 0 0 0 283b 283b
green open .kibana_1 a-j0bczeSpq58OXeGXqHWg 1 0 6 0 22.1kb 22.1kb
No filebeat* index is visible.
I am a beginner to ELK. My set up is,
Filebeat -> ElasticSearch -> Kibana
I have gone through many threads but couldnt resolve my problem.
Any advise is highly appreciated. Thanks!