To clarify, do you mean filters or parameters? Filters are part of the front-end; they won’t appear in the server logs. Parameters OTOH do hit the server so that would show up in the events table.
Hey @jesse thanks for the quick response. Let’s say I want to merge a OSS contribution to add filter changes to the events table. Can you give me some pointers?
Also it seems that filters modify the url of the dashboard, but does that not ultimately lead to a query being executed in the backend and thus should show up in the logs somewhere?
The query re-executes whenever you apply a parameter change. That execution will appear in the logs, including the parameter values passed by the user.
All the other tables have data in them except for this events table. I want to track the dashboard usage so would like to use this table. Do you know why this might be happening?
Let me know if I am missing something here. Thank you!