Bug #1071
Feature #1032: Ability to edit KV store
Load KV store lookups on the edit page
Start date:
10/20/2015
Due date:
% Done:
100%
History
#1 Updated by Luke Murphey about 9 years ago
This can be tested by:
Declaring a collections.conf¶
[test] field.title = string field.text = string
Declaring a transforms.conf for the collection¶
[test_lookup] collection = test external_type = kvstore fields_list = _key,title,text
Populating the lookup with a search¶
index=_internal | head 5 | eval title=sourcetype | eval text=source | table title text | outputlookup test_lookup
Verify the lookup is populated with:
| inputlookup append=t test_lookup