You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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:
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:For confirmed bugs, please report:
The text was updated successfully, but these errors were encountered: