How configuration logstash 7.6.2 email in output

how to use logstash 7.6.2 email in output ? is this email plugin available by default?

Hi Aris,

Yes the email output plugin is available as default. Refer to the documentation on how to configure email output in logstash.

Email output plugin | Logstash Reference [7.6] | Elastic

1 Like

okee nicee thank you, then how to get error response from http poller ?

Hi Aris,

You can use http_poller to collect the data and use grok filter to parse only error lines and drop filter to drop other lines.

You can elaborate on what you are trying to achieve and what is the configuration that you are using for further help.

hii thanks for your quick answer I really appreciate it, give me a simple example to filter the response data obtained from http poller ?

Refer to the below link to configure your grok patterns and I suggest you to go through logstash documentation to know the available plugins.

Grok filter plugin | Logstash Reference [7.6] | Elastic

This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.