I'm working on generating NDJSON object to import into Kibana, but my windows log event index is 'winlogbeat-' but the output of
appears to only support 'beats-'.
Might it be possible to set this field with a variable supplied in the init so we can pass our own index via the pySigma -O option?
I'm working on generating NDJSON object to import into Kibana, but my windows log event index is 'winlogbeat-' but the output of
pySigma-backend-elasticsearch/sigma/backends/elasticsearch/elasticsearch_lucene.py
Line 347 in fac2fab
Might it be possible to set this field with a variable supplied in the init so we can pass our own index via the pySigma -O option?