Gibt es eine Möglichkeit, die Admin-Logs als RSS-Feed zu erhalten?

I realize that there would have to be security measures.

I’d rather get the logs in my rss reader as they happen rather than having to check on the site.

Or is there some other, better solution?

1 „Gefällt mir“

I’m afraid we don’t currently support the ability to export admin logs as an RSS feed out-of-the-box. You could potentially use the API.

1 „Gefällt mir“

You could conceivably use the data explorer plugin, but your rss reader would need to be able I pass the user and api key in the header

1 „Gefällt mir“

By admin logs do you mean staff action logs or something else?

1 „Gefällt mir“

Those, as well as error and email.

I already have an rss reader as part of my daily habits, so if it was easy to get them there tat would be awesome. But I understand if it’s not possible/straightforward.

2 „Gefällt mir“

I am not sure this would help. RSS expects certain shape, and you could not get that shape out of data explorer.

I think you would need either:

  1. A custom discourse plugin to do the job
  2. Run a third party service that acts as a bridge
4 „Gefällt mir“

Right. I was thinking that I recently managed to get data explorer to output a TXT file that had all fields in a single row separated by ~, but I forgot that a key piece of the process was pulling it with curl and running it through jq :person_shrugging:

1 „Gefällt mir“

Thank you. And thank you for all your work on Discourse.

1 „Gefällt mir“

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