No matching indices found: No indices match pattern "filebeat-*"
Less Info
OK
Error: No matching indices found: No indices match pattern "filebeat-*"
at http://localhost:5601/bundles/kibana.bundle.js?v=15976:231:26352
at processQueue (http://localhost:5601/bundles/commons.bundle.js?v=15976:39:9912)
at http://localhost:5601/bundles/commons.bundle.js?v=15976:39:10805
at Scope.$digest (http://localhost:5601/bundles/commons.bundle.js?v=15976:39:21741)
at Scope.$apply (http://localhost:5601/bundles/commons.bundle.js?v=15976:39:24520)
at done (http://localhost:5601/bundles/commons.bundle.js?v=15976:38:9495)
at completeRequest (http://localhost:5601/bundles/commons.bundle.js?v=15976:38:13952)
at XMLHttpRequest.xhr.onload (http://localhost:5601/bundles/commons.bundle.js?v=15976:38:14690)
#=========================== Filebeat prospectors =============================
filebeat.prospectors:
Each - is a prospector. Most options can be set at the prospector level, so
you can use different prospectors for various configurations.
Below are the prospector specific configurations.
-
type: log
Change to true to enable this prospector configuration.
enabled: true
Paths that should be crawled and fetched. Glob based paths.
paths:
- /var/log/*.log
#- c:\programdata\elasticsearch\logs*
- /var/log/*.log
#============================= Filebeat modules ===============================
filebeat.config.modules:
Glob pattern for configuration loading
path: ${path.config}/modules.d/*.yml
Set to true to enable config reloading
reload.enabled: false
Period on which files under path should be checked for changes
#reload.period: 10s
#==================== Elasticsearch template setting ==========================
setup.template.settings:
index.number_of_shards: 3
#index.codec: best_compression
#_source.enabled: false
#================================ General =====================================
setup.kibana:
Kibana Host
Scheme and port can be left out and will be set to the default (http and 5601)
In case you specify and additional path, the scheme is required: http://localhost:5601/path
IPv6 addresses should always be defined as: https://[2001:db8::1]:5601
host: "localhost:5601"
#----------------------------- Logstash output --------------------------------
output.logstash:
The Logstash hosts
hosts: ["localhost:5044"]