hi all, I have multiple string that are regex, i want to find logs that match with this string. this is a example of my regex: (?i)union.*?select.*?from (?i:\b(?:(?:m(?:s(?:ys(?:ac(?:cess(?:objects|storage|xml)|es)|(?:relationship|object|querie)s|modules2?) and when i write index="xyz" | regex "(?i)union.*?select.*?from | (?i:\b(?:(?:m(?:s(?:ys(?:ac(?:cess(?:objects|storage|xml)|es)|(?:relationship|object|querie)s|modules2?)" didn't show true result. how can i write it? please help me.
... View more