You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+18-12Lines changed: 18 additions & 12 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,9 +1,11 @@
1
-
# Intersight Add-on for Splunk
1
+
# Cisco Intersight Add-on for Splunk
2
2
3
-
This project came about to fill a gap that I saw in the [Intersight](https://intersight.com/help/saas) ecosystem. How can you get useful data from Intersight into Splunk? Since Intersight uses a unique API authentication scheme, simple REST API inputs could not be used.
3
+
This project came about to fill a gap that I saw in the [Cisco Intersight](https://intersight.com/help/saas) ecosystem. How can you get useful data from Intersight into Splunk? Since Intersight uses a unique API authentication scheme, simple REST API inputs could not be used.
4
4
5
5
This Splunk [Add-On](https://docs.splunk.com/Splexicon:Addon) begins to solve this problem by providing inputs for a number of Intersight data types.
6
6
7
+
This Add-on is not supported by Cisco Systems or the Cisco Technical Assistance Center (TAC). It was developed by me, as a member of the community.
8
+
7
9
## Development Overview
8
10
9
11
I used the [Splunk Add-on Builder](https://splunkbase.splunk.com/app/2962/) to create this Add-on. This approach provides a solid framework to build a python-based [scripted input](https://docs.splunk.com/Splexicon:Scriptedinput).
@@ -14,11 +16,15 @@ From here, the bulk of the work is contained in [input_module_intersight.py](inp
14
16
15
17
## Distribution
16
18
17
-
This add-on is available from Splunkbase at [future URL].
19
+
This Add-on is available from Splunkbase at [future URL].
This Add-on will need an API key from Intersight. For now, only v2 API keys will work. Hopefully an update to intersight-auth will allow me to enable v3 keys in the future. Remember that when you create an API key, it will provide access as the currently logged-in user in the current role. You probably don't want to give Splunk an Account Administrator role API key.
25
+
Typically, this Add-on would be installed on an indexer in your Splunk architecture.
26
+
27
+
The Add-on will need an API key from Intersight. For now, only v2 API keys will work. Hopefully an update to intersight-auth will allow me to enable v3 keys in the future. Remember that when you create an API key, it will provide access as the currently logged-in user in the current role. You probably don't want to give Splunk an Account Administrator role API key.
22
28
23
29

24
30
@@ -174,11 +180,11 @@ The default logging level here will be `info` but additional detail can be enabl
174
180
175
181
[See Issues on Github](https://github.com/jerewill-cisco/intersight-splunk-addon/issues/)
The Cisco Intersight Add-on for Splunk (TA-intersight-addon) provides a python-based scripted input to retrieve data from Cisco Intersight. SaaS, Connected Virtual Appliance, and Private Virtual Appliance deployments of Intersight are all supported.
4
+
5
+
The Add-on leverages the [Cisco Intersight RESTful API](https://intersight.com/apidocs/introduction/overview/) to retrieve various kinds of data. Multiple inputs for different Intersight accounts/appliances are configurable and each account/appliance can optionally retrieve the following data types. Events are in JSON format.
6
+
7
+
| Options | Intersight API | Splunk sourcetype |
8
+
| --- | --- | --- |
9
+
| AAA Audit Records |[aaa/AuditRecords][1]| cisco:intersight:aaaAuditRecords|
Further documentation, sample searches, and known issues are all available at [the Github repository](https://github.com/jerewill-cisco/intersight-splunk-addon).
28
+
29
+
---
30
+
This Add-on is community developed and is not supported by Cisco Systems or the Cisco Technical Assistance Center (TAC).
The Cisco Intersight Add-on for Splunk (TA-intersight-addon) provides a python-based scripted input to retrieve data from Cisco Intersight. SaaS, Connected Virtual Appliance, and Private Virtual Appliance deployments of Intersight are all supported.
4
+
5
+
The Add-on leverages the [Cisco Intersight RESTful API](https://intersight.com/apidocs/introduction/overview/) to retrieve various kinds of data. Multiple inputs for different Intersight accounts/appliances are configurable and each account/appliance can optionally retrieve the following data types. Events are in JSON format.
6
+
7
+
| Options | Intersight API | Splunk sourcetype |
8
+
| --- | --- | --- |
9
+
| AAA Audit Records |[aaa/AuditRecords][1]| cisco:intersight:aaaAuditRecords|
Further documentation, sample searches, and known issues are all available at [the Github repository](https://github.com/jerewill-cisco/intersight-splunk-addon).
28
+
29
+
---
30
+
This Add-on is community developed and is not suported by Cisco Systems or the Cisco Technical Assistance Center (TAC).
0 commit comments