FILEbeat index not showing in kibana

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.

1 Like

Thanks ruflin. I hv already done the debug and its showing now.

  1. Service was not started properly.
    2.After service restart I have not restarted elasticsearch.

This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.