# Output file of logs ingested

**URL:** https://discuss.elastic.co/t/output-file-of-logs-ingested/167470
**Category:** Kibana
**Created:** [February 7, 2019, 2:48pm UTC](https://discuss.elastic.co/t/output-file-of-logs-ingested/167470 "2019-02-07T14:48:39Z")
**Posts on this page:** 5
**Page:** 1

<div class="post-metadata">

### Author: ![OpSecMonkey](https://sea2.discourse-cdn.com/elastic/user_avatar/discuss.elastic.co/opsecmonkey/32/46110_2.png) [@OpSecMonkey](https://discuss.elastic.co/u/OpSecMonkey)
#### Post date: [February 7, 2019, 2:48pm UTC](https://discuss.elastic.co/t/output-file-of-logs-ingested/167470/1 "2019-02-07T14:48:39Z")

</div>

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.

---

<div class="post-metadata">

### Author: ![cjcenizal](https://sea2.discourse-cdn.com/elastic/user_avatar/discuss.elastic.co/cjcenizal/32/11216_2.png) [@cjcenizal](https://discuss.elastic.co/u/cjcenizal)
#### Post date: [February 8, 2019, 6:42pm UTC](https://discuss.elastic.co/t/output-file-of-logs-ingested/167470/2 "2019-02-08T18:42:39Z")

</div>

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](https://www.elastic.co/guide/en/elasticsearch/reference/current/search-count.html), e.g. `POST your_index_name/_count`. Does this help?

---

<div class="post-metadata">

### Author: ![OpSecMonkey](https://sea2.discourse-cdn.com/elastic/user_avatar/discuss.elastic.co/opsecmonkey/32/46110_2.png) [@OpSecMonkey](https://discuss.elastic.co/u/OpSecMonkey)
#### Post date: [February 8, 2019, 8:06pm UTC](https://discuss.elastic.co/t/output-file-of-logs-ingested/167470/3 "2019-02-08T20:06:23Z")

</div>

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

---

<div class="post-metadata">

### Author: ![cjcenizal](https://sea2.discourse-cdn.com/elastic/user_avatar/discuss.elastic.co/cjcenizal/32/11216_2.png) [@cjcenizal](https://discuss.elastic.co/u/cjcenizal)
#### Post date: [February 8, 2019, 8:17pm UTC](https://discuss.elastic.co/t/output-file-of-logs-ingested/167470/4 "2019-02-08T20:17:03Z")

</div>

Great to hear! Try looking through Elasticsearch's [Search API docs](https://www.elastic.co/guide/en/elasticsearch/reference/current/search.html). If you can't find what you're looking for there, try looking through [the rest of the docs](https://www.elastic.co/guide/en/elasticsearch/reference/current/index.html).

---

<div class="post-metadata">

### Author: ![system](https://us1.discourse-cdn.com/elastic/original/3X/1/a/1ac57faf039f6b580b3f104ef42a2a89e41014de.png) [@system](https://discuss.elastic.co/u/system)
#### Post date: [March 8, 2019, 8:17pm UTC](https://discuss.elastic.co/t/output-file-of-logs-ingested/167470/5 "2019-03-08T20:17:04Z")

</div>

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