Skip to content
Discussion options

You must be logged in to vote

Hi!

* I need to mark some fields as non-existing like 'Initiated' in network rules or ParentCommandLine in process ones.
  How to do that? if unset or set to empty value, it keeps default field name

For this purpose you should use the DropDetectionItemTransformation as done in this pipeline.

* To add an expression depending  on rule type, it's the rule_conditions? for example, to say network are type=connect

The condition can be added with a AddConditionTransformation, like done here. I think rule type means log source in your context. Then this can be achieved with rule conditions as done in the same example few lines below.

* For full-text search, openobserve has a FTS option but…

Replies: 1 comment 4 replies

Comment options

You must be logged in to vote
4 replies
@juju4
Comment options

@thomaspatzke
Comment options

@juju4
Comment options

@thomaspatzke
Comment options

Answer selected by thomaspatzke
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants