Splunk Search

Is this message format possible for sending to splunk?

metylkinandrey
Communicator

Tell me, is this message format possible for sending to splunk:

curl --location --request POST 'http://170.25.25.25:8088/services/collector/event' --header 'Authorization: Splunk ееееее-еееееееее-ееееее-e6fc' --header 'Content-Type: text/plain' --data-raw '{
"messageId": "<ED280816-E404-444A-A2D9-FFD2D171F928>",
"srcMsgId": "<rwfsdfsfqwe121432gsgsfgdg>",
"correlationMsgId": "<rwfsdfsfqwe135432gsgsfgdg>",
"baseSystemId": "<SDS-IN>",
"routeInstanceId": "<TPKSABS-SMEV>",
"routepointID": "<1.SABS-GIS.TO.KBR.SEND>",
"eventTime": "<1985-04-12T23:20:50>",
"messageType": "<ED123>",
"GISGMPResponseID": "<PS000BA780816-E404-444A-A2D9-FFD2D1712345>",
"GISGMPRequestID": "<PS000BA780816-E404-444A-A2D9-FFD2D1712344>",
"tid": "<ED280816-E404-444A-A2D9-FFD2D171F900>",
"PacketGISGMPId": "<7642341379_20220512_123456789>",
"result.code": "<400>",
"result.desc": "<Ошибка: абвгд>"
}'

Without fields:

"event" and "fields"
Using only custom fields?

 

 

Labels (1)
Tags (1)
0 Karma
1 Solution

schose
Builder

hi metylkinandrey,

you can send your custom message via without 'fields' and 'event'.

instead of sending it like in your example to:
/services/collector/event

just send it to:
/services/collector/raw

 see: https://docs.splunk.com/Documentation/Splunk/latest/Data/FormateventsforHTTPEventCollector

best regards,

Andreas

View solution in original post

schose
Builder

hi metylkinandrey,

you can send your custom message via without 'fields' and 'event'.

instead of sending it like in your example to:
/services/collector/event

just send it to:
/services/collector/raw

 see: https://docs.splunk.com/Documentation/Splunk/latest/Data/FormateventsforHTTPEventCollector

best regards,

Andreas

metylkinandrey
Communicator

It seems to be what you need! Thank you!

0 Karma
Get Updates on the Splunk Community!

Stay Connected: Your Guide to May Tech Talks, Office Hours, and Webinars!

Take a look below to explore our upcoming Community Office Hours, Tech Talks, and Webinars this month. This ...

They're back! Join the SplunkTrust and MVP at .conf24

With our highly anticipated annual conference, .conf, comes the fez-wearers you can trust! The SplunkTrust, as ...

Enterprise Security Content Update (ESCU) | New Releases

Last month, the Splunk Threat Research Team had two releases of new security content via the Enterprise ...