Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,24 +1,24 @@
<p align="center" style="color: #343a40">
<h1 align="center">Splunk App and Add-on</h1>
</p>
<h3 align="center" style="font-size: 1.2rem;">The official Cisco Catalsyt Center Splunk App and Add-on</h3>
<h3 align="center" style="font-size: 1.2rem;">The official Cisco Catalyst Center Splunk App and Add-on</h3>

>This monorepo contains both the App and Add-on for Splunk

## Cisco Products & Services:

- Cisco Catalsyt Center (>= 2.3.7.6)
- Cisco Catalyst Center (>= 2.3.7.6)

### ⬇️ Download

- [Splunk App on GitHub](https://github.com/cisco-en-programmability/splunk-apps/releases/download/v1.0.0-catalyst/cisco-catalsyt-center-app_100.tar.gz)
- [Splunk Add-on on GitHub](https://github.com/cisco-en-programmability/splunk-apps/releases/download/v1.0.0-catalyst/cisco-catalsyt-center-add-on_100.tar.gz)
- [Splunk App on GitHub](https://github.com/cisco-en-programmability/splunk-apps/releases/download/v1.0.0-catalyst/cisco-catalyst-center-app_100.tar.gz)
- [Splunk Add-on on GitHub](https://github.com/cisco-en-programmability/splunk-apps/releases/download/v1.0.0-catalyst/cisco-catalyst-center-add-on_100.tar.gz)

The add-on and app are on SplunkBase!

- **Cisco Catalsyt Center App** on: [SplunkBase Classic](https://classic.splunkbase.splunk.com/app/6669/) or [New SplunkBase](https://splunkbase.splunk.com/app/6669)
- **Cisco Catalyst Center App** on: [SplunkBase Classic](https://classic.splunkbase.splunk.com/app/6669/) or [New SplunkBase](https://splunkbase.splunk.com/app/6669)

- **Cisco Catalsyt Center Add-on** on: [SplunkBase Classic](https://classic.splunkbase.splunk.com/app/6668/) or [New SplunkBase](https://splunkbase.splunk.com/app/6668)
- **Cisco Catalyst Center Add-on** on: [SplunkBase Classic](https://classic.splunkbase.splunk.com/app/6668/) or [New SplunkBase](https://splunkbase.splunk.com/app/6668)


### 💬 Support
Expand Down
2 changes: 1 addition & 1 deletion Splunk-TA-cisco-catalyst-center/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ Security, or with the Cisco Catalyst Center App for Splunk.
verify_ssl = True
```
2. In order to make unverified calls, change the SSL verification to False. To do that, navigate to `$SPLUNK_HOME/etc/apps/Splunk-TA-cisco-catalyst-center/local/splunk_ta_cisco_catalyst_center_settings.conf` file and change the verify_ssl parameter value to `False` under additional_parameters stanza. Create a stanza if its not present already.
3. To add a custom SSL certificate to the certificate chain, use the option available in the user interface while configuring a Catalsyt Center or Cyber Vision account.
3. To add a custom SSL certificate to the certificate chain, use the option available in the user interface while configuring a Catalyst Center or Cyber Vision account.
4. Restart the Splunk in order for the changes to take effect.

### Documentation ###
Expand Down