Hi all,
Does anybody know which is the file logs where we could check if the syntax of a HTTP post request is correct?
Our issue is that our system sent an HTTP POST to Splunk and it received a 400 error.
We see that this message could be: 1
5 400 Bad Request No data
6 400 Bad Request Invalid data format
7 400 Bad Request Incorrect index
...
0 400 Bad Request Data channel is missing
11 400 Bad Request Invalid data channel
12 400 Bad Request Event field is required
13 400 Bad Request Event field cannot be blank
14 400 Bad Request ACK is disabled
15 400 Bad Request Error in handling indexed fields
16 400 Bad Request Query string authorization is not enabled
Anybody know how we could check the status code of the bad requests?
Thank you,
Best Regards
... View more