OKTA CONNECTOR reg.

Why only 7 days of data is stored in "SYSTEM LOGS" of Okta connector? Can't we make it 30 days?

Best Answers

  • ColemenWilson
    Answer ✓

    You could submit that feedback to the Domo connector team through the ideas exchange here: https://community-forums.domo.com/main/categories/ideas/%40localize_url%28%27/domo-central/help%27%29

    Alternatively, you could change the update method to append instead of replace and then overtime you would have a history greater than 7 days. You would need to have a unique identifier of each row so you could remove duplicates in ETL.

    If I solved your problem, please select "yes" above

  • GrantSmith
    GrantSmith Coach
    Answer ✓

    OKTA's System Log API keeps data around for 90 days (source). It should be possible to get data for the last 30 days. Since Domo provides the API connector they'd need to be the ones to change the code to pull 30 days instead of 7. As Colemen mention you can log an idea in the idea exchange or you can possibly log a support ticket to see if the development team can make the change.

    **Was this post helpful? Click Agree or Like below**
    **Did this solve your problem? Accept it as a solution!**

Answers

  • ColemenWilson
    Answer ✓

    You could submit that feedback to the Domo connector team through the ideas exchange here: https://community-forums.domo.com/main/categories/ideas/%40localize_url%28%27/domo-central/help%27%29

    Alternatively, you could change the update method to append instead of replace and then overtime you would have a history greater than 7 days. You would need to have a unique identifier of each row so you could remove duplicates in ETL.

    If I solved your problem, please select "yes" above

  • GrantSmith
    GrantSmith Coach
    Answer ✓

    OKTA's System Log API keeps data around for 90 days (source). It should be possible to get data for the last 30 days. Since Domo provides the API connector they'd need to be the ones to change the code to pull 30 days instead of 7. As Colemen mention you can log an idea in the idea exchange or you can possibly log a support ticket to see if the development team can make the change.

    **Was this post helpful? Click Agree or Like below**
    **Did this solve your problem? Accept it as a solution!**