Getting Data In

transforms.conf fields are visible but returns zero rows when clicked/selected

desi-indian
Path Finder

My props and transforms.conf work fine and I am able to see the fields on the GUI of search heads ( We are running splunk 4.2 in agent-->full forwarders-->Indexers-->search heads setup)..when I run a search they show field1 occured "x%" TIMES in the seach..But as soon as I click on the field It returns no rows ...When I use a wild card in the search It does return the data

Example

Index=abc will return dept_name="some_dept" exists in 10 % of the results and dept_name="finance" exists 2 % of time etc ..when I click the field dept_name="some_dept" and search becomes like
index=abc dept_name="some_dept" the search returns zero rows
when I do
index=abc dept_name=some* then I see all the data ...There are no other fields that get satisfied in some* regex except "some_dept"

0 Karma
1 Solution

desi-indian
Path Finder

I got this working by adding the specific trouble feilds to $splunk_home/etc/system/local/fields.conf file ...something like

[dept_name]

INDEXED_VALUE = false

View solution in original post

0 Karma

desi-indian
Path Finder

I got this working by adding the specific trouble feilds to $splunk_home/etc/system/local/fields.conf file ...something like

[dept_name]

INDEXED_VALUE = false

0 Karma

desi-indian
Path Finder

This fixed the issue

0 Karma

desi-indian
Path Finder

I do not get any rows back when I do "some_dept" but that may not mean much as It will give onetime when I use dept_name=*dept but won't return any data doing exactly the same sometimes ..sorry I am not able to give much usefull info but this problem seems to not follow any pattren/logic

0 Karma

itinney
Path Finder

Is there a hidden character at the end of the values?

Given your example, what does search: index=abc dept_name="*some_dept*" return?

0 Karma
Get Updates on the Splunk Community!

Build Scalable Security While Moving to Cloud - Guide From Clayton Homes

 Clayton Homes faced the increased challenge of strengthening their security posture as they went through ...

Mission Control | Explore the latest release of Splunk Mission Control (2.3)

We’re happy to announce the release of Mission Control 2.3 which includes several new and exciting features ...

Cloud Platform | Migrating your Splunk Cloud deployment to Python 3.7

Python 2.7, the last release of Python 2, reached End of Life back on January 1, 2020. As part of our larger ...