Hello,
In order to validate that my log entries are being parsed correctly, I am running the following command:
curl http://localhost:9200/_search?
Whenever a new entry is added, I see the "Hit" increment as expected. I have the following questions:
-
I seem to only see the details of 10 entries. Is there a way to modify the configuration in order to see ALL the entries in chronological order?
-
Is it normal that there is some kind of delay between the time that an entry is entered in Logstash and the time that you can see the entry using the curl command above?
-
What is the command to delete specific entries?
-
Is there a reason why I do not see any entries at all?
Thanks for all your assistance