<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
0D51Y00005pGsG3SAKOkta Classic EngineAdministrationAnswered2024-04-16T10:07:28.000Z2018-12-17T22:12:42.000Z2018-12-18T02:07:21.000Z

8lz1q (8lz1q) asked a question.

A way to EXCLUDE criteria in a log query

I have found myself in multiple situation when querying logs, where I know what I did not want to see but there was no visible way to get this. Additionally if you do not have an exact case match, you will not get any hits on queries.

 

I need to find all the request in an IP chain but currently you can only get if you already know what is present.

 

request.ipChain.geographicalContext.country eq "Russia"

 

This above log queury should be case insensitive and I should be able to perform request.ipChain.geographicalContext.country neq "Russia" or "not eq" so I can exclude what is not needed. I realize this would be a performance issue for Okta, however functionality should also be a high consideration for the administrators.

 

Am I not using the filter correctly? Is this a non-obvious features or one that is coming. It is sorely needed.

 

https://developer.okta.com/docs/api/getting_started/design_principles*filtering

 


d9bj6 likes this.
This question is closed.
Loading
A way to EXCLUDE criteria in a log query