没有索引匹配模式“ filebeat- *

时间:2018-12-07 06:45:05

标签: elasticsearch logstash filebeat kibana-5

我收到错误---“找不到匹配的索引:没有索引匹配模式” filebeat- *“” 我只是按照教程进行操作

https://www.digitalocean.com/community/tutorials/how-to-install-elasticsearch-logstash-and-kibana-elastic-stack-on-ubuntu-16-04

curl -XGET 'http://xxx.xxx.xxx.xxx:9200/filebeat-*/_search?pretty'
{
"took" : 0,
"timedout" : false,
"shards" : {
"total" : 0,
"successful" : 0,
"skipped" : 0,
"failed" : 0
},
"hits" : {
"total" : 0,
"max_score" : 0.0,
"hits" : [ ]
}
}

需要帮助... !!!!

1 个答案:

答案 0 :(得分:0)

如果您已将配置设置为发送到logstash,则我也有同样的错误,我没有正确更新filebeat.yml。


打开filebeat.yml
$ sudo nano /etc/filebeat/filebeat.yml

注释以下几行
#output.elasticsearch:
  #hosts:[“ localhost:9200”]

取消注释以下几行

output.logstash:
  主机:[“ localhost:5044”]