Help index packetbeat not appear in kibana

hi all,

i already install packet beat on my client server. and also kibana already installed but i didnt found index packet beat on my kibana.

indent preformatted text by 4 spaces

GET /packetbeat-*/_search?pretty
{
"took" : 0,
"timed_out" : false,
"_shards" : {
"total" : 0,
"successful" : 0,
"skipped" : 0,
"failed" : 0
},
"hits" : {
"total" : {
"value" : 0,
"relation" : "eq"
},
"max_score" : 0.0,
"hits" :
}
}
indent preformatted text by 4 spaces

hi @fajar_3t3, can you provide us with more info here?
Are you noticing anything in the packetbeat logs or elasticsearch logs that could identify the issue? If not, can you turn the debug level on as it might provide further information there.

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