Hello all,
I have recently started working with Cribl and my question may seem to be easier one, however, I couldn’t find an option to do this in right way and hence reaching out for help.
In one of my use case I am getting a json from source and my requirement is to check whether the attributes in the object are matching with some of the existing Regexes in Crible knowledge section.
I was expecting something like below,
For ex: To access Schema, we use C.Schema(‘Schema Name’).Validate()
In the same way can we do
C.Regexes(‘Name of the regex’).test()
Please advise on this with any suggestions. Thanks in advance!