Activity Feed
- Posted Re: Posting to a receiver using REST API giving "insufficient permission to access this resource" error on Getting Data In. 01-06-2016 09:29 AM
- Posted Posting to a receiver using REST API giving "insufficient permission to access this resource" error on Getting Data In. 01-05-2016 01:55 PM
- Tagged Posting to a receiver using REST API giving "insufficient permission to access this resource" error on Getting Data In. 01-05-2016 01:55 PM
- Tagged Posting to a receiver using REST API giving "insufficient permission to access this resource" error on Getting Data In. 01-05-2016 01:55 PM
- Tagged Posting to a receiver using REST API giving "insufficient permission to access this resource" error on Getting Data In. 01-05-2016 01:55 PM
- Tagged Posting to a receiver using REST API giving "insufficient permission to access this resource" error on Getting Data In. 01-05-2016 01:55 PM
- Tagged Posting to a receiver using REST API giving "insufficient permission to access this resource" error on Getting Data In. 01-05-2016 01:55 PM
Topics I've Started
Subject | Karma | Author | Latest Post |
---|---|---|---|
0 |
01-06-2016
09:29 AM
Assigning the edit_tcp attribute solved the issue. Thanks.
... View more
01-05-2016
01:55 PM
We are investigating how to create a Splunk log entry over the REST API via JavaScript. I'm posting the following event via the REST API:
curl -k -u user:password "https://tspl001:8089/services/receivers/simple?source=www&sourcetype=junk&index=angularjs_test" -d "2015-01-23 12:45:03 CST Hello there"
Here is the response:
<?xml version="1.0" encoding="UTF-8"?>
<response>
<messages>
<msg type="WARN">insufficient permission to access this resource</msg>
</messages>
</response>
I was told that my user has write privileges and that I'm using the correct sourcetype and index values. I cannot file any reference to what the "www" source is.
... View more