Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Filebeat] Okta module uses incorrect time format in HTTP request #24018

Closed
andrewkroh opened this issue Feb 11, 2021 · 2 comments · Fixed by #24025
Closed

[Filebeat] Okta module uses incorrect time format in HTTP request #24018

andrewkroh opened this issue Feb 11, 2021 · 2 comments · Fixed by #24025
Labels

Comments

@andrewkroh
Copy link
Member

In @SpencerLN's own words:

We upgraded to Filebeat 7.11.0 today and are seeing an issue with the Okta module. It looks like it is not formatting the since timestamp correctly before sending it to Okta. Okta expects ISO 8601, but it is sending since=2021-02-10+16%3A59%3A19.699851+%2B0000+UTC . Setting formatDate for RFC3339 in the input.yml seems to get it working:

  - set:
      target: url.params.since
      value: "[[.cursor.published]]"
      default: '[[formatDate (now (parseDuration "-{{.initial_interval}}")) "RFC3339"]]'

For confirmed bugs, please report:

  • Version: 7.11.0
  • Operating System: all
@elasticmachine
Copy link
Collaborator

Pinging @elastic/security-external-integrations (Team:Security-External Integrations)

@untergeek
Copy link
Member

#24479 appears to be a duplicate

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants