An open API service indexing awesome lists of open source software.

https://github.com/cisco-en-programmability/splunk-apps

Splunk Add-On App for Cisco DNA Center
https://github.com/cisco-en-programmability/splunk-apps

api cisco cisco-dna-center python splunk splunk-addon splunk-application splunk-apps xml

Last synced: 5 months ago
JSON representation

Splunk Add-On App for Cisco DNA Center

Awesome Lists containing this project

README

          


Splunk App and Add-on

The official Cisco Catalyst Center Splunk App and Add-on

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

## Cisco Products & Services:

- Cisco Catalyst Center (>= 2.3.7.6)

### ⬇️ Download

- [Splunk App on GitHub](https://github.com/cisco-en-programmability/splunk-apps/releases/download/v1.0.1-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.1-catalyst/cisco-catalyst-center-add-on_101.tar.gz)

The add-on and app are on SplunkBase!

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

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

### 💬 Support

- [Ask a Question](https://github.com/cisco-en-programmability/splunk-apps/issues)
- [Report a bug](https://github.com/cisco-en-programmability/splunk-apps/issues)

### 🐛 Bugs / Issues / Feature Requests

Ongoing development efforts and contributions for the App or Add-on are tracked as issues in this repository.
We welcome community contributions to them. If you find problems, need an enhancement or need a new dashboard.

### 📚 App and Add-on READMEs

- [Splunk App README](https://github.com/cisco-en-programmability/splunk-apps/blob/main/Splunk-cisco-catalyst-center/README.md)
- [Splunk Add-on README](https://github.com/cisco-en-programmability/splunk-apps/blob/main/Splunk-TA-cisco-catalyst-center/README.md)

### 📂 File structure of this repo

- **Splunk-cisco-catalyst-center**: Official Splunk App
- **Splunk-TA-cisco-catalyst-center**: Official Splunk Add-on (TA)
- **.github**: CI/CD workflows
- **scripts**: Build and AppInspect validation scripts

### ⚙️ Build the package

This builds a tarball named `Splunk-cisco-catalyst-center.spl` and the renamed tarball `Splunk-TA-cisco-catalyst-center.spl`.

```shell
$ make addon v=1.0.0
[2022-04-06 14:45:32 CST] [INFO] Building Splunk-TA-cisco-catalyst-center version 1.0.0 build local from branch main
[2022-04-06 14:45:34 CST] [INFO] Changing version from 1.0.0 to 1.0.0 build 1000 on channel default
[2022-04-06 14:45:34 CST] [SUCCESS] SplunkBase package is ready at _build/Splunk-TA-cisco-catalyst-center-1.0.0-main-local.spl

$ make app v=1.0.0
[2022-04-06 14:45:53 CST] [INFO] Building Splunk-cisco-catalyst-center version 1.0.0 build local from branch main
[2022-04-06 14:45:53 CST] [INFO] Changing version from 1.0.0 to 1.0.0 build 1000 on channel default
[2022-04-06 14:45:53 CST] [SUCCESS] SplunkBase package is ready at _build/Splunk-cisco-catalyst-center-1.0.0-main-local.spl
```

### ⬆️ Installation

- Open Splunk
- Visit the Apps management page
- Click "Install App from file"
- Choose the `Splunk-TA-cisco-catalyst-center.spl` file and check the box next to "Upgrade app. Checking this will overwrite the app if it already exists."
- Click the "Upload" button.
- Repeat for the `Splunk-cisco-catalyst-center.spl` file.

### 🔑 License

This project is licensed to you under the terms of the [Cisco Sample Code License](./LICENSE).