Output file of logs ingested

Good morning everyone. Is there anyway to get a log file of all the logs that have been ingested? I just wanted to make sure everything is working fine.

I tried this under Discover > path: but it gives me the last 500 I want all of them and then I can just filter it out myself.

Hi there, if you'd like to get a count of all documents you've indexed, you can go into Dev Tools and execute a count query, e.g. POST your_index_name/_count. Does this help?

Thats what I was looking for. Is there a site where I can find all these querys?

Great to hear! Try looking through Elasticsearch's Search API docs. If you can't find what you're looking for there, try looking through the rest of the docs.

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