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.
...
4. Enter a name and description for the rule, then select a Trigger Type and Event that you want to forward to Splunk.
Iframe | allowfullscreen | true|||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
5. Click Check the Use JSON Editoreditor box in the lower right corner, copy the JSON below, and paste it over the "requests" section of the rule, using your Splunk token and URL where indicated.
Iframe | ||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
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.
...