Steps to integrate Logstash with AlarmsOne:
Following are the steps involved to integrate Logstash with AlarmsOne.
Steps to be followed in AlarmsOne:
1. Sign up for AlarmsOne service and log into your account. Click on Applications icon in the left panel. Click Agents and then click Add Agent(+) to download the agent (or) poller.
2. Once download is complete, install the agent on the machine from where it can reach Logstash.
3. Once the agent is installed and registered with AlarmsOne, click on Applications icon and click +Add Application at the top right corner of the window and choose Logstash.
4. Select the registered agent which is deployed on the Logstash Server.
5. Input all the details specific to Logstash (Agent and Application Label).
6. Click Add to add the Application to AlarmsOne.
Steps to be followed in Logstash:
1. Add the below configuration in Logstash conf file.
output {
file {
path => "[AlarmPoller_Path]conf/Logstash/alerts.txt"
}
}
2. Start Logstash as logstash -agent [LOGSTASH CONF FILE PATH]