You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
According to the Elastic documentation since backslash () is also the escaping character for json it needs to be escaped itself.
For example if a Sigma rule is "username|re: '$'" is would have to translate to regex~ "\$"
Or at least that is my understanding of how it should work.
Imho this could mean it would be possible to just do a character replace around here:
According to the Elastic documentation since backslash () is also the escaping character for json it needs to be escaped itself.
For example if a Sigma rule is "username|re: '$'" is would have to translate to regex~ "\$"
Or at least that is my understanding of how it should work.
Imho this could mean it would be possible to just do a character replace around here:
pySigma-backend-elasticsearch/sigma/backends/elasticsearch/elasticsearch_eql.py
Line 98 in bb0c64c
The text was updated successfully, but these errors were encountered: