Hi all!
I'm a little bit upset with next problem...
If I run some script within splunk (powershell, python, etc) and put something to standard output, the event will be in splunk index and I can do normal search. For example:
Output Message: Metric=MyMetric,Value=MyValue
Search query in splunk: Metric=MyMetric
In this case I can search my event but...
if I send the same event within TCP, the search query can't find anything. It can but only if I use "Metric=MyMetric" (in quotes)
Does anybody know why? And what should I do in this case? Should I send my event in some special format?
Thanks
... View more