Sorry if i was not clear. we are looking into automating the creation and updating of our Splunk dashboards that requires API keys in order for Terraform to create dashboards. Was links that been shared was the correct one to follow? Below are some API keys we able to create, however not sure whether its good or not. Need your expert advise on this. Thanks in advance. curl -X POST -k -u {username:password} -H "Content-Type: application/json" \ "https://xxxxxxxxxxxxxxxx/http" \ --data-raw '{"name":"{hec-token-name}","index":"{index_name}","indexes":"{list_of_indexes}"}'
... View more