I created a KV Store lookup using the "Splunk App for Lookup File Editing" app, however when I look at Settings>Lookups, the lookup definition doesn't show up. In addition, when running
| inputlookup <name>
I get the error "The lookup table '<name>' requires a .csv or KV store lookup definition"
What do I miss?
HI @danielbb
You need to create the lookup definition once you have created the KV Store collection in the lookup editor app.
Go to Settings->Lookups->Lookup Definitions.
Create a new one as below - filling in the relevant details:
Then you should be able to search it using |inputlookup
Note: I generally try and call the definition something different to the collection/kv store name but you do not need to.
🌟 Did this answer help you? If so, please consider:
Your feedback encourages the volunteers in this community to continue contributing
Typically that's a result of wrong scope or insufficient access - your lookup is either private or exported only to the app you've created it in but you're searching from another app (typically the search app)
Thank you @PickleRick, it was a confusion about the app where the collection and the definition exist.