ManagementApiError when using the Auth0 logs to Logstash extension

Hi all,

When using the Auth0 logs to Logstash plugin i get the following error when the job runs:

error: {"name":"ManagementApiError","code":"Forbidden","message":"Forbidden","status":403}

I have a simple configuration that tries to post to a requestbin endpoint to check the request format, but data never arrives there. I am kind of lost as I have tried to vary all options, but none seem to have any effect.

Hi @ruben.oost,

Welcome to the Auth0 Community Forum!

This indicates that there is an authorization problem. It sounds like the token does not have the scopes required or is not set for the correct audience.

Can you describe your configuration?

Thanks,
Dan

Hi Dan,

Thanks for taking an interest in my issue.

My configuration:

Schedule: Every hour
BATCH_SIZE: 100
START_FROM: (blank)
SLACK_INCOMING_WEBHOOK: (blank)
SLACK_SEND_SUCCESS: No
LOG_LEVEL: (blank)
LOG_TYPES: (none selected)
LOGSTASH_URL: https://some.domain/and/path
LOGSTASH_INDEX: logstash-auth0
LOGSTASH_TOKEN: (blank)
LOGSTASH_USER: username as configured in logstash-http-plugin
LOGSTASH_PASSWORD: password as configured in logstash-http-plugin

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