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
Got questions? Get answers!

Join the Splunk Community Slack to learn, troubleshoot, and make connections with fellow Splunk practitioners in real time!

Meet up IRL or virtually!

Join Splunk User Groups to connect and learn in-person by region or remotely by topic or industry.

Get Updates on the Splunk Community!

Index This | What travels the world but is also stuck in place?

April 2026 Edition  Hayyy Splunk Education Enthusiasts and the Eternally Curious!   We’re back with this ...

Discover New Use Cases: Unlock Greater Value from Your Existing Splunk Data

Realizing the full potential of your Splunk investment requires more than just understanding current usage; it ...

Continue Your Journey: Join Session 2 of the Data Management and Federation Bootcamp ...

As data volumes continue to grow and environments become more distributed, managing and optimizing data ...