No index pattern for logstash

Hello, I am strugling because i have installed logstash but it don't appear and when i type filebeat-* it says " The index pattern you've entered doesn't match any indices. You can match your 1 index, below." but it isn't filebeat.
I saw in the forum that i need to type in the Dev tool "GET /_resolve/index/*" it tell me this but logstash, filebeat don't appear i don't know why.
{
"indices" : [
{
"name" : ".kibana_1",
"aliases" : [
".kibana"
],
"attributes" : [
"open"
]
},
{
"name" : "test_index",
"attributes" : [
"open"
]
}
],
"aliases" : [
{
"name" : ".kibana",
"indices" : [
".kibana_1"
]
}
],
"data_streams" :
}

Can anyone help me please here is my elk version v 7.10.2
logstash.version"=>"7.1.1"

Hello,

I am a bit confused. How are you ingesting your data? Using filebeat or using logstash?
Can you please look at your logs where you are ingesting your data and see whats happening?

Thanks,
Bhavya

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