109k views
0 votes
What are the required stanza attributes when configuring the to manipulate or remove events?

1) REGEX, DEST, FORMAT
2) REGEX, SRC_KEY, FORMAT
3) REGEX, DEST_KEY, FORMAT
4) REGEX, DEST_KEY, FORMATTING

1 Answer

7 votes

Final answer:

The required stanza attributes for event manipulation or removal in Logstash filter plugin are REGEX, DEST_KEY, and FORMAT.

Step-by-step explanation:

The required stanza attributes when configuring the Logstash filter plugin to manipulate or remove events are REGEX, DEST_KEY, and FORMAT. The REGEX attribute is used to specify a regular expression pattern that will match the events that you want to manipulate or remove. The DEST_KEY attribute is used to specify the destination field where the manipulated or removed events will be stored. The FORMAT attribute is used to specify the desired output format for the modified or removed events.

User MusikPolice
by
8.4k points