Knowledge Management

Data models: Does multikv require a root search object?

helge
Builder

Many of my sourcetypes are in CSV format: the first line has the column names, the other lines have the actual data, e.g.:

Name,ID
Peter,1
Paul,2

One Splunk event is equivalent to a CSV file with many lines.

I use the multikv command to split the each multi-line event into individual events. With data models that apparently is only possible when using root searches - I cannot use pipes with constraints. Is that correct?

I am asking because the documentation stresses to use root events wherever possible.

Tags (3)
0 Karma
1 Solution

aneels_splunk
Splunk Employee
Splunk Employee

Correct - you cannot use pipes inside object constraints. If you need the multikv command, then you need to use a search-based object. If you're not planning to accelerate your data model, you're probably fine just using the search-based object.

If not, you can use multikv.conf to set up your extractions to happen automatically. If you do this, the fields will appear in search in the format you need, and you'll be able to build a data model on top of them using event-based objects.

View solution in original post

aneels_splunk
Splunk Employee
Splunk Employee

Correct - you cannot use pipes inside object constraints. If you need the multikv command, then you need to use a search-based object. If you're not planning to accelerate your data model, you're probably fine just using the search-based object.

If not, you can use multikv.conf to set up your extractions to happen automatically. If you do this, the fields will appear in search in the format you need, and you'll be able to build a data model on top of them using event-based objects.

stephenho
Path Finder

Hi, I've set up my multikv.conf file and i'm able to actually call it using

base search | multikv conf=mymultikvconf

Using the multikv command, I can see all the fields listed in my field picker.

However, the fields don't seem to appear automatically if I just do the base search.

My multikv.conf file lives within the local folder of my app.

I used the documentation listed here : -

http://docs.splunk.com/Documentation/Splunk/6.0.5/Admin/Multikvconf

Is there something I've missed?

0 Karma
Get Updates on the Splunk Community!

Your Guide to SPL2 at .conf24!

So, you’re headed to .conf24? You’re in for a good time. Las Vegas weather is just *chef’s kiss* beautiful in ...

Get ready to show some Splunk Certification swagger at .conf24!

Dive into the deep end of data by earning a Splunk Certification at .conf24. We're enticing you again this ...

Built-in Service Level Objectives Management to Bridge the Gap Between Service & ...

Now On-Demand Join us to learn more about how you can leverage Service Level Objectives (SLOs) and the new ...