In Eval, We can use string format function (replace) to replace "\" by two "\\". Here, We need to escape "\" two times, One of the way to replace it, props.conf EVAL-new_path = replace(path , "(\\\\)" , "\\\\\1" ) in Search Query: | eval new_path = replace(path ,"(\\\\)","\\\\\1")
... View more
I'm trying to apply CIM model on User activity data. E.g. Session Activities,Process Activities,Network Activities Which data model ( CIM ) best fit for this type of data ? P.S. I find Endpoint Data Model useful. is it correct data model ?
... View more
What if Same input is rescheduled and first one is still running..
option A -> First one stops, Second one Starts
option B -> First continues, Second will be skipped
option C -> Both run concurrently
For Example, the interval is 60 Seconds and After a minute my first one(modular input) is still running
... View more