cancel
Showing results forย 
Search instead forย 
Did you mean:ย 

Splunk Logging Using REST Post

alex_panganiban
Contributor

I am attempting to create Splunk logs using a REST Post snap. I am successful when using a curl command, however, I want to transpose this into a Snaplogic solution. When I try to use Postman, I get the same error that I get with Snaplogic. Please help.

image
image
image
image
image

2 REPLIES 2

Supratim
Contributor III

@alex.panganiban.guild Try to paste same payload which is working fine in curl. Sometimes Splunk api designed to accepts specific attributes (like event/sourectype) as payload. I have faced same kind of issue and then resolve this way. All info dumps on one attributes.

Thatโ€™s the perfect solution!! Thank you! Because this is my first time working with Splunk, I was thinking that โ€œeventโ€ was just another arbitrary element, however, Splunk is expecting โ€œeventโ€ as a required key element. Once I discovered that โ€œeventโ€ was an actual key element, I coded the HTTP Entity like this, and it worked perfectly. Thanks again for the support and great assist!

image