Quantcast
Channel: Questions in topic: "splunk-enterprise"
Viewing all articles
Browse latest Browse all 47296

CLI Search comand: why does search that includes a field name fail?

$
0
0
This cli `search` command works from a machine with a universal forwarder: `splunk search "index="foo" earliest=-7d | sort -SensorDateTime | stats first(SensorDateTime) by bar" -preview false -uri https://indexer:8089` Output in cmd window: INFO: Your timerange was substituted based on your search string bar first(SensorDateTime) ---------- --------------------------------------------------------------------------------- -------------------- C:\x\A.txt 10/2/2019 9:59:11 PM C:\x\B.txt 10/2/2019 9:59:11 PM C:\x\C.txt 10/2/2019 9:59:11 PM C:\x\D.txt 10/2/2019 9:59:11 PM C:\x\E.txt 10/2/2019 9:59:11 PM C:\x\F.txt 10/2/2019 9:59:11 PM C:\x\G.txt 10/2/2019 9:59:11 PM C:\x\H.txt 10/2/2019 9:59:11 PM C:\x\I.txt 10/2/2019 9:59:11 PM C:\x\J.txt 10/2/2019 9:59:11 PM C:\y\A.txt 9/30/2019 9:53:20 PM C:\y\B.txt 9/30/2019 9:53:20 PM C:\y\C.txt 9/30/2019 9:53:20 PM C:\y\D.txt 9/30/2019 9:53:20 PM C:\y\E.txt 9/30/2019 9:53:20 PM C:\y\F.txt 9/30/2019 9:53:20 PM C:\y\G.txt 9/30/2019 9:53:20 PM C:\y\H.txt 9/30/2019 9:53:20 PM C:\y\I.txt 9/30/2019 9:53:20 PM C:\y\J.txt 9/30/2019 9:53:20 PM But, when I do this: `splunk search "index="foo" bar="C:\x\A.txt" earliest=-7d | sort -SensorDateTime | stats first(SensorDateTime) by bar" -preview false -uri https://indexer:8089` or `splunk search "index="foo" bar="C:\\x\\A.txt" earliest=-7d | sort -SensorDateTime | stats first(SensorDateTime) by bar" -preview false -uri https://indexer:8089` I get nothing back. I expect to get back one event: bar first(SensorDateTime) ---------- --------------------------------------------------------------------------------- -------------------- C:\x\A.txt 10/2/2019 9:59:11 PM Why can't I include `bar="C:\x\A.txt"` in my search and get results?

Viewing all articles
Browse latest Browse all 47296

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>