I have got this.
But not able to see in kibana. and only index is kibanas default one
I have got this.
But not able to see in kibana. and only index is kibanas default one
{ "filebeat" : { "order" : 1, "index_patterns" : [ "filebeat-" ], "settings" : { "index" : { "mapping" : { "total_fields" : { "limit" : "10000" } }, "refresh_interval" : "5s" } }, "mappings" : { "doc" : { "date_detection" : false, "dynamic_templates" : [ { "fields" : { "mapping" : { "type" : "keyword" }, "match_mapping_type" : "string", "path_match" : "fields." } }, { "docker.container.labels" : { "path_match" : "docker.container.labels.*", "mapping" : { "type" : "keyword" }, "match_mapping_type" : "string" } }, { "strings_as_keyword" : { "mapping" : { "ignore_above" : 1024, "type" : "keyword" }, "match_mapping_type" : "string" } } ], "properties" : { "system" : { "properties" : { "syslog" : { ..........
I think we need some more details here. What are you trying to do? Which commands did you run? What are your versions? Can you share the filebeat config etc.
Thanks ruflin. I hv already done the debug and its showing now.
This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.
© 2020. All Rights Reserved - Elasticsearch
Apache, Apache Lucene, Apache Hadoop, Hadoop, HDFS and the yellow elephant logo are trademarks of the Apache Software Foundation in the United States and/or other countries.