<iframe src="https://www.googletagmanager.com/ns.html?id=GTM-M74D8PB" height="0" width="0" style="display:none;visibility:hidden">
Loading
Skip to NavigationSkip to Main Content
0D54z000070SagFCASOkta Identity EngineWorkflowsAnswered2024-04-13T00:48:57.000Z2021-06-11T14:06:47.000Z2021-06-15T02:52:10.000Z

1fj3q (1fj3q) asked a question.

Pull data from SysLog using Workflow

Have anyone leveraged Okta Workflow to pull data from Syslog? We have been trying by using "filter", "since" and "until" parameters with the url as defined in the documentation. Although it pulls the data but the headers doesn't return the "next" page link. If we run the same query in Postman, we can see the next page link.

 

1) /api/v1/logs?q=&sortOrder=DESCENDING&until=2021-06-11T23%3A59%3A59%2B00%3A00&since=2021-06-01T00%3A00%3A00%2B00%3A00

2) /api/v1/logs?since=2021-06-01T00%3A00%3A00%2B00%3A00

3) /api/v1/logs?filter=eventType eq "user.authentication.sso"

 

 


  • Hello Sandeep,

     

    You could explore the option to use a recursive filter. Schedule the flow to run every 30 minutes for example to run the querry. See an example attached and I would recommend opening a support ticket so we can continue assisting you on this matter.

     

    Example flow

    Thank You,

    Marian Ungureanu

    Technical Support Engineer

    Okta Global Customer Care

    Expand Post
  • 1fj3q (1fj3q)

    Thanks Marian for the response!

    Unfortunately the queries we want to run may exceed 200 records at times as such we can't lock it by interval. I have opened the case for the same though.

This question is closed.
Loading
Pull data from SysLog using Workflow