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
Hello! So, I'm fairly new with SIGMA-rules and PySigma, but slowly getting there.
I want to generate some Elasticsearch queries for the API, based on some SIGMA-rules I have generated.
With PySigma I am using the "elasticsearch" backend, and I have made my own, though very simple, pipeline for field-mapping.
When using one of my generated rules, and the pipeline on the website https://sigconverter.io/, I am able to generate a query I can use.
But right now, I am having trouble with the PySigma module, as I get the following error:
TypeError: Processing pipeline must be merged with another one.
Do I have to use two different pipelines for the queries to be generated properly? Or what exactly does this mean?
The text was updated successfully, but these errors were encountered:
Hello! So, I'm fairly new with SIGMA-rules and PySigma, but slowly getting there.
I want to generate some Elasticsearch queries for the API, based on some SIGMA-rules I have generated.
With PySigma I am using the "elasticsearch" backend, and I have made my own, though very simple, pipeline for field-mapping.
When using one of my generated rules, and the pipeline on the website https://sigconverter.io/, I am able to generate a query I can use.
But right now, I am having trouble with the PySigma module, as I get the following error:
TypeError: Processing pipeline must be merged with another one.
Do I have to use two different pipelines for the queries to be generated properly? Or what exactly does this mean?
The text was updated successfully, but these errors were encountered: