# Is there a plugin for detecting forum access data?

**URL:** https://meta.discourse.org/t/is-there-a-plugin-for-detecting-forum-access-data/286024
**Category:** Data & reporting
**Created:** [November 20, 2023, 2:47am UTC](https://meta.discourse.org/t/is-there-a-plugin-for-detecting-forum-access-data/286024 "2023-11-20T02:47:01Z")
**Posts on this page:** 4
**Page:** 1

<div class="post-metadata">

### Author: ![wenqin](https://avatars.discourse-cdn.com/v4/letter/w/85f322/32.png) [@wenqin](https://meta.discourse.org/u/wenqin)
#### Post date: [November 20, 2023, 2:47am UTC](https://meta.discourse.org/t/is-there-a-plugin-for-detecting-forum-access-data/286024/1 "2023-11-20T02:47:01Z")

</div>

I would like to know the time period during which the customers have the highest number of visits.

---

<div class="post-metadata">

### Author: ![pfaffman](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/pfaffman/32/120154_2.png) [@pfaffman](https://meta.discourse.org/u/pfaffman)
#### Post date: [November 20, 2023, 7:25am UTC](https://meta.discourse.org/t/is-there-a-plugin-for-detecting-forum-access-data/286024/2 "2023-11-20T07:25:21Z")

</div>

You can do this with the [Discourse Data Explorer](https://meta.discourse.org/t/discourse-data-explorer/32566) plugin.

I’m not quite clear what query you are looking for, though. You want a period of some hours that has the highest traffic? Maybe the existing graphs on the admin panel can help?

---

<div class="post-metadata">

### Author: ![JammyDodger](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/jammydodger/32/254611_2.png) [@JammyDodger](https://meta.discourse.org/u/JammyDodger)
#### Post date: [November 20, 2023, 7:36am UTC](https://meta.discourse.org/t/is-there-a-plugin-for-detecting-forum-access-data/286024/3 "2023-11-20T07:36:45Z")

</div>

The [data explorer](https://meta.discourse.org/t/32566?silent=true) is the plugin for querying your site’s data if the dashboard reports don’t meet your needs. 👍

Unfortunately in this case, the time of visit isn’t recorded in the database so I don’t believe it’s possible to report on the busiest times of the day, if that’s what you’re intending.

---

<div class="post-metadata">

### Author: ![pfaffman](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/pfaffman/32/120154_2.png) [@pfaffman](https://meta.discourse.org/u/pfaffman)
#### Post date: [November 21, 2023, 1:16am UTC](https://meta.discourse.org/t/is-there-a-plugin-for-detecting-forum-access-data/286024/4 "2023-11-21T01:16:05Z")

</div>

In that case then a tool that consumes the nginx logs is what’s needed. They are in shared/logs/var-log/nginx if I can type and remember correctly, which is rather unlikely, but that’s the idea.
