Hello,
After the last changes and updates where basic security was enabled and its working fine.
But we have hit another problem where the logs in Discover tab are not shown after this changes.
Just fyi that I created another topic on the forum.
Hello,
I have verified the configurations and I am not getting where is the missing bit. Because I am still facing issues with the logstash because I couldn't see logs showing up in the Discover tab on the Kibana GUI for the latest.
input {
beats {
port => 5044
}
}
output {
elasticsearch {
hosts => [ "localhost:9200" ]
user => elastic
password => wakfgtqwJYKgYdYsKkE8
}
}
To verify on the username and password mentioned above. I tried to run the curl com…
Thanks,
Ravi