Getting Data In

hostname garbage(space or blank) on the search line

himang2c
New Member

The environment is Deployment Server and Client configuration.
We can see several hosts. but when host field is selected,
We can see hostname garbage(space or blank ) on the Search line.

ex) index=ABC host="ABCDEF " <-- one space
but, We can see if this like
index=ABC host="ABCDEF*" <-- if put *

so, We can not have any other search from the search line.

what is solution ?

Tags (1)
0 Karma

mwhite_splunk
Splunk Employee
Splunk Employee

Maybe you should try regex:

index=ABC host=ABCDEF\s

or

index=ABC host=ABCDEF?

See your Splunk Quick Reference Guide for more on RegEx.

http://docs.splunk.com/images/1/17/4.2.x_search_language_refcard.pdf

Get Updates on the Splunk Community!

Exciting News: The AppDynamics Community Joins Splunk!

Hello Splunkers,   I’d like to introduce myself—I’m Ryan, the former AppDynamics Community Manager, and I’m ...

The All New Performance Insights for Splunk

Splunk gives you amazing tools to analyze system data and make business-critical decisions, react to issues, ...

Good Sourcetype Naming

When it comes to getting data in, one of the earliest decisions made is what to use as a sourcetype. Often, ...