All Apps and Add-ons

Programatically create a new Website Input

gfuente
Motivator

Hello

would it be possible to create dinamically (with an script) a new website input, through the splunk Rest API.

If so, what would be the endpoint needed to be called?

Thanks

0 Karma
1 Solution

gfuente
Motivator

Hello

Finally i found that it can be done calling this endpoint

curl -k -u admin:changeme https://localhost:8089/servicesNS/nobody/website_inputs/data/inputs/web_input  -d name=Name -d url=http://urltomonitor   -d index=main -d interval=24h  -d selector=td -d sourcetype=website -d title=myinput

hope it helps to anyone willing to do the same

Regards

View solution in original post

0 Karma

LukeMurphey
Champion

BTW: could you clarify why you want to make inputs via a REST API? I'm asking because I suspect there may be an enhancement request to the Website Input app that could solve this problem.

0 Karma

gfuente
Motivator

Hello

Finally i found that it can be done calling this endpoint

curl -k -u admin:changeme https://localhost:8089/servicesNS/nobody/website_inputs/data/inputs/web_input  -d name=Name -d url=http://urltomonitor   -d index=main -d interval=24h  -d selector=td -d sourcetype=website -d title=myinput

hope it helps to anyone willing to do the same

Regards

0 Karma
Get Updates on the Splunk Community!

Index This | I am a number, but when you add ‘G’ to me, I go away. What number am I?

March 2024 Edition Hayyy Splunk Education Enthusiasts and the Eternally Curious!  We’re back with another ...

What’s New in Splunk App for PCI Compliance 5.3.1?

The Splunk App for PCI Compliance allows customers to extend the power of their existing Splunk solution with ...

Extending Observability Content to Splunk Cloud

Register to join us !   In this Extending Observability Content to Splunk Cloud Tech Talk, you'll see how to ...