Integrating Splunk with Openpath Avigilon Alta lets you forward event data (entry, input, reader, relay, and lockdown events) from Openpath Avigilon Alta to Splunk.
First, set up a token in Splunk
Go to Data Inputs.
Iframe | ||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
...
Iframe | ||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
Next, create a rule in
...
Avigilon Alta
Go to https://control.openpath.com/login and log in. To access the European Partner Center, please go to https://control.eu.openpath.com/login.
Go to Configurations > Rules.
...
Code Block |
---|
"requests": [ { "type": "http", "httpParams": { "headers": [ "User-Agent: Openpath/Rules Engine", "Content-Type: application/json", "Authorization: Splunk YOUR SPLUNK TOKEN" ], "method": "post", "url": "http://YOUR URL/services/collector/event", "body": "{\"event\": {{json event}} }" } } ] } |
View the data in Splunk
Search for the Openpath Avigilon Alta data in the index you selected previously.
...