Skip to content

Instantly share code, notes, and snippets.

@pmeyerson
Last active March 27, 2020 18:54
Show Gist options
  • Save pmeyerson/7e4eb308392eb6b273dd1b61abaf45da to your computer and use it in GitHub Desktop.
Save pmeyerson/7e4eb308392eb6b273dd1b61abaf45da to your computer and use it in GitHub Desktop.
# make sure you enter correct info for
# auth_password, auth_user, endpoint, index. Sourcetype and polling interval as you like.
# Examples are below. Inteded for use with REST API modular input add-on see https://splunkbase.splunk.com/app/1546/
# Consider using Splunk's Add-on-Builder app (available on splunkbase) as app 1546 requires $ now I believe.
[rest://infoblox-networks]
auth_password = password
auth_type = basic
auth_user = user
endpoint = https://infoblox_ip/wapi/v2.0/network
http_method = GET
index = test
index_error_response_codes = 0
response_handler = JSONArrayHandler
response_type = json
sequential_mode = 0
sourcetype = infoblox:api:networks
streaming_request = 0
url_args =
http_header_propertys =
polling_interval = 3600
delimiter = :
disabled = 0
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment