Splunk Dev

Splunk SDK License

1234testtest
Path Finder

Hi,
If we're using Splunk SDK and developing our application, what are the licensing requirements for that.
1. How do we check how much we have consumed out of our 500MB and any violations - do we have to go to splunk UI and check?
2. For developing apps using Java SDK , are there any other licensing requirements that we need to be aware of.

Tags (1)
0 Karma
1 Solution

Damien_Dallimor
Ultra Champion

The Java SDK is open source and uses the Apache v2.0 license.

When not using the Splunk UI , you can instead execute a search via the Java SDK that returns license audit/usage metrics.

Have a look at the metrics here , and extend the search string to your specific requirements.

index=_internal source=*license_usage.log

index=_internal source=*license_audit.log

View solution in original post

Damien_Dallimor
Ultra Champion

The Java SDK is open source and uses the Apache v2.0 license.

When not using the Splunk UI , you can instead execute a search via the Java SDK that returns license audit/usage metrics.

Have a look at the metrics here , and extend the search string to your specific requirements.

index=_internal source=*license_usage.log

index=_internal source=*license_audit.log

1234testtest
Path Finder

Thank you.

0 Karma
Get Updates on the Splunk Community!

Building Reliable Asset and Identity Frameworks in Splunk ES

 Accurate asset and identity resolution is the backbone of security operations. Without it, alerts are ...

Cloud Monitoring Console - Unlocking Greater Visibility in SVC Usage Reporting

For Splunk Cloud customers, understanding and optimizing Splunk Virtual Compute (SVC) usage and resource ...

Automatic Discovery Part 3: Practical Use Cases

If you’ve enabled Automatic Discovery in your install of the Splunk Distribution of the OpenTelemetry ...