Getting Data In

How to index data using Rest API in splunk?

kiran331
Builder

HI I have a below curl command, What is the best way to ingest data into Splunk?

curl -u "abc:123" -H "X-Requested-With: Curl" -X "POST" -d "action=list&show_attributes=ALL" "https://qualysapi.qualys.com/api/2.0/fo/asset/group/"

Tags (2)
0 Karma

micahkemp
Champion

"Best" depends on many factors, but potential solutions could be:

  1. Append the results to a file monitored by a [monitor:///] stanza (and handle log rotation, etc)
  2. Create a modulear input that fetches that URL and indexes the results
  3. Scripted input
0 Karma
Get Updates on the Splunk Community!

Join Us for Splunk University and Get Your Bootcamp Game On!

If you know, you know! Splunk University is the vibe this summer so register today for bootcamps galore ...

.conf24 | Learning Tracks for Security, Observability, Platform, and Developers!

.conf24 is taking place at The Venetian in Las Vegas from June 11 - 14. Continue reading to learn about the ...

Announcing Scheduled Export GA for Dashboard Studio

We're excited to announce the general availability of Scheduled Export for Dashboard Studio. Starting in ...