Splunk Search

Why does my search in curl return empty results?

Buscatrufas
Path Finder

Hi guys,

I tried to make a search using curl, but the problem is when the command finalizes, it return empty.

Here is my command:

curl -u user:pass -k https://myURL/services/search/jobs/export --data-urlencode search="search | inputlookup lookup_cve | join CPE_ASSOCIATED [search index=\"analisis_vuln\" sourcetype=\"nmap_csv\" | stats values(ip) by CPE_ASSOCIATED]" -d output_mode=csv -o reporte_`date +%Y-%m-%d`

I don't know where the problem is 😞

Thanks for any help.

Best Regards, Buscatrufas 🙂

0 Karma
1 Solution

Buscatrufas
Path Finder

Can close this guys, thanks anyway. I fixed it by removing search from the string. The final command is the following:

 curl -u user:pass -k https://myURL/services/search/jobs/export --data-urlencode search="| inputlookup lookup_cve | join CPE_ASSOCIATED [search index=\"analisis_vuln\" sourcetype=\"nmap_csv\" | stats values(ip) by CPE_ASSOCIATED]" -d output_mode=csv -o reporte_`date +%Y-%m-%d`

Thanks 🙂

View solution in original post

Buscatrufas
Path Finder

Can close this guys, thanks anyway. I fixed it by removing search from the string. The final command is the following:

 curl -u user:pass -k https://myURL/services/search/jobs/export --data-urlencode search="| inputlookup lookup_cve | join CPE_ASSOCIATED [search index=\"analisis_vuln\" sourcetype=\"nmap_csv\" | stats values(ip) by CPE_ASSOCIATED]" -d output_mode=csv -o reporte_`date +%Y-%m-%d`

Thanks 🙂

Get Updates on the Splunk Community!

Extending Observability Content to Splunk Cloud

Watch Now!   In this Extending Observability Content to Splunk Cloud Tech Talk, you'll see how to leverage ...

More Control Over Your Monitoring Costs with Archived Metrics!

What if there was a way you could keep all the metrics data you need while saving on storage costs?This is now ...

New in Observability Cloud - Explicit Bucket Histograms

Splunk introduces native support for histograms as a metric data type within Observability Cloud with Explicit ...