Dashboards & Visualizations

Splunk enterprise default apps in etc apps

sonny_monti
Path Finder

Dear Splunk community,

I searched for a list of default apps that ships with the enterprise package, but there is not a list of them.
such as:
- alert_logevent
- alert_webhook
- appsbrowser
- framework
- gettingstarted
- introspection_generator_addon
- launcher
- learned
- legacy
- sample_app
- search
- Splunkforwarder
- SplunkLightForwarder
- splunk_gdi
- splunk_httpinput
- splunk_instrumentation
- splunk_monitoring_console
- user-prefs

These are the ones that I believe are shipped by default with enterprise, am I missing some?
Thanks community!

1 Solution

jaxjohnny2000
Builder

Try this from the management console so it runs against all the servers. 

 

| rest /services/apps/local search="disabled=0" count=0 splunk_server=*
| table title core
| search core=1

View solution in original post

jaxjohnny2000
Builder

Try this from the management console so it runs against all the servers. 

 

| rest /services/apps/local search="disabled=0" count=0 splunk_server=*
| table title core
| search core=1

richgalloway
SplunkTrust
SplunkTrust

Your list looks complete, but if you install a fresh instance of Splunk on a system (even your laptop) and then run ls /opt/splunk/etc/apps on the command line you will have the full list.

---
If this reply helps you, Karma would be appreciated.

sonny_monti
Path Finder

Thank you, this is what I did, i posted this just in case other splunkers are thinking about that.
Cheers!

0 Karma
Get Updates on the Splunk Community!

Observe and Secure All Apps with Splunk

  Join Us for Our Next Tech Talk: Observe and Secure All Apps with SplunkAs organizations continue to innovate ...

Splunk Decoded: Business Transactions vs Business IQ

It’s the morning of Black Friday, and your e-commerce site is handling 10x normal traffic. Orders are flowing, ...

Fastest way to demo Observability

I’ve been having a lot of fun learning about Kubernetes and Observability. I set myself an interesting ...