Can Tyk-Dashboard disable analytics logs in some API?

Hi,

can I disable analytic logs in some APIs that shown in Log Browser/Log Viewer.
Some logs cause Log Browser very slow.

Sorry for my English.
Thanks for any help.

Yes you can, but you need to do it in mongo or with the API, you need to set:

"do_not_track": true

In the API definition. And then the analytics won’t be recorded.

1 Like

It works!
Thank you very much for your answer :slight_smile: