-
Hi everyone, A simple question about Stream Processing: is it possible to access to a field position on StringInserts of winevtlog events?
I tried with StringInserts.[0], StringInserts.[$0], StringInserts.0 and StringInserts.$0 with no luck too. Thanks in advance four your help! |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 1 reply
-
Hi @canob, unfortunately, this functionality is not currently supported in Stream Processor (it would be a valuable feature to include in future releases). |
Beta Was this translation helpful? Give feedback.
-
I found that is even impossible to SELECT all the content of the field, for example with this STREAM TASK:
With that STREAM TASK, I don't have any output at all in my file output, windows_krb_4769_si.
The content of the file output, windows_krb_4769_si: Obtain StringInserts field is only possible with "SELECT *":
I'm trying to do something as simple as parse the StringInserts array, to add a name to every field (the corresponding name from "Message" field), but I can't, because parsing on Message field is not working, and parsing on StringInserts is not working too, :( Anybody tried something similar? Thanks in advance for your help. |
Beta Was this translation helpful? Give feedback.
Hi @canob, unfortunately, this functionality is not currently supported in Stream Processor (it would be a valuable feature to include in future releases).