Skip to content

auth0 logs tail should have an option to emit JSON #1272

@ad8-bdl

Description

@ad8-bdl

Checklist

Describe the problem you'd like to have solved

At presentauth0 logs tail is not very useful as it omits most details. Whilst the general approach to slicing and dicing Auth0 logs is to use a proper logs streaming service, it would be quite convenient to be able to "deep dive" directly via the auth0 client.

Describe the ideal solution

Being able to do something like the following would be far more useful than present:

auth0 logs tail --filter "type:f" --json | jq --raw-output '[.date, .ip, .description] | @tsv'

Alternatives and current workarounds

Current workaround: use the web dashboard.

Additional context

No response

Metadata

Metadata

Assignees

No one assigned

    Labels

    feature requestA feature has been asked for or suggested by the community

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions