Here's the scenario:
I have a rest call that pulls in csv data, translates it into kv pairs, but now I want to filter out events where a certain field (non-indexed) are equal to a certain value.
Here's the scenario:
I have a rest call that pulls in csv data, translates it into kv pairs, but now I want to filter out events where a certain field (non-indexed) are equal to a certain value.
One technique, use Regex Extract(), Eval() or a Parser() to pull the data into an internal (double underscore field)
There are several ways to accomplish this. This example details one.
No account yet? Create an account
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.