Knowledge Management

Column names with Oracle and DB Connect

girtsgr
Explorer

I have a DB Connect input: SELECT EVENT_ID, EVENT_TYPE, ... FROM table WHERE EVENT_ID > ? ORDER BY EVENT_ID ASC.
The fields in the result all come with a column name, eg:
EVENT_ID="225894621", EVENT_TYPE="QUERY_BILLS",...
EVENT_ID="225894620", EVENT_TYPE="CONN_SERVICE",... etc.

It seems to me that it's an unnecessary overhead. Can I get rid of the column names?

Tags (1)
0 Karma
1 Solution

tiagofbmm
Influencer

No, DBConnect method of collection is to create a KV pair out of each field, no way around that

View solution in original post

0 Karma

tiagofbmm
Influencer

No, DBConnect method of collection is to create a KV pair out of each field, no way around that

0 Karma

girtsgr
Explorer

Too bad. What's the best way to get usefull fields out of the results - use field extraction or something else?

0 Karma

tiagofbmm
Influencer

Assign the events to a sourcetype which has KV_MODE=auto to get the fields and values automatically extracted. If not, use REGEX to get them on the sourcetype level too

0 Karma

girtsgr
Explorer

Great, will do that, thank you!

0 Karma
Get Updates on the Splunk Community!

Stay Connected: Your Guide to May Tech Talks, Office Hours, and Webinars!

Take a look below to explore our upcoming Community Office Hours, Tech Talks, and Webinars this month. This ...

They're back! Join the SplunkTrust and MVP at .conf24

With our highly anticipated annual conference, .conf, comes the fez-wearers you can trust! The SplunkTrust, as ...

Enterprise Security Content Update (ESCU) | New Releases

Last month, the Splunk Threat Research Team had two releases of new security content via the Enterprise ...