Hi all
We have many "services/tasks" sending e-mail as notification.
How could I feed them into NLS?
Did someone try that already?
Thank you in advance for your feedback.
E-mail as Input
E-mail as Input
Last edited by comfone on Thu Dec 10, 2015 3:10 am, edited 1 time in total.
Re: E-mail as Input
There is an input designed for exactly this purpose. You can read about this input at the following location:
https://www.elastic.co/guide/en/logstas ... -imap.html
Note that your mail system must support IMAP for the above plugin to work properly. You can define a new input on the 'Administration -> Global Configuration' page of Nagios Log Server.
Required options:
After defining the new input, run an 'Apply Configuration' - this input will periodically check on that mailbox and import any new information.
Thanks!
https://www.elastic.co/guide/en/logstas ... -imap.html
Note that your mail system must support IMAP for the above plugin to work properly. You can define a new input on the 'Administration -> Global Configuration' page of Nagios Log Server.
Required options:
Code: Select all
imap {
host => ...
password => ...
user => ...
}Thanks!
Re: E-mail as Input
Thank you for your feedback.