Knowledge Management

Does KV Store run in the Free License

dlpco
Path Finder

I am trying to figure out if the KV Store runs in the Free License of 6.2. If it does, how can you tell what it is doing because the DMC is not available in the free license.

0 Karma
1 Solution

dlpco
Path Finder

Well - I tried it and got the following errors:
Error in 'inputlookup' command: The lookup table 'Requires license feature=KVStore' is invalid.

Looking at the splunkd.log I find the following lines:
INFO LMTracker - Setting feature=KVStore state=ENABLED (featureStatus=1)
a few lines later.....
INFO LMTracker - Setting feature=KVStore state=DISABLED_DUE_TO_LICENSE (featureStatus=2)

I guess that this is saying that KV Store is not valid in the Free License?

View solution in original post

ChrisG
Splunk Employee
Splunk Employee

This is a known issue in Splunk Enterprise 6.2 (SPL-92740). KV store should be available under the free license. This defect will be fixed in a forthcoming maintenance release.

ChrisG
Splunk Employee
Splunk Employee

The 6.2.1 release is available now and includes the fix for this issue. http://docs.splunk.com/Documentation/Splunk/latest/ReleaseNotes/6.2.1

0 Karma

Muryoutaisuu
Communicator

Thanks for update

0 Karma

dlpco
Path Finder

Well - I tried it and got the following errors:
Error in 'inputlookup' command: The lookup table 'Requires license feature=KVStore' is invalid.

Looking at the splunkd.log I find the following lines:
INFO LMTracker - Setting feature=KVStore state=ENABLED (featureStatus=1)
a few lines later.....
INFO LMTracker - Setting feature=KVStore state=DISABLED_DUE_TO_LICENSE (featureStatus=2)

I guess that this is saying that KV Store is not valid in the Free License?

Muryoutaisuu
Communicator

You could look it up. First you have to create a lookup stanza in transforms.conf :


[COLLECTIONNAME_lookup]
external_type = kvstore
collection = COLLECTIONNAME
fields_list = _key, COMMA_SEPARATED_FIELDLIST_OF_YOUR_KVSTORE

Then you could run a search like:
| inputlookup COLLECTIONNAME_lookup

Hope that works in free license.

0 Karma

gfuente
Motivator

Hello

It seems that it´s not a excluded feature:

http://docs.splunk.com/Documentation/Splunk/latest/Admin/MoreaboutSplunkFree

So it should work...

Regards

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 ...