Getting Data In

Stream not logging as separate events

kamal87
Observer

Trying to send data to Splunk using 'services/receivers/stream', but data is not logged as separated event; instead its getting logged as one event.

Code:

HttpURLConnection huc = (HttpURLConnection)url.openConnection();

huc.setRequestProperty ("x-splunk-input-mode", "streaming");

huc.setRequestMethod("POST");
huc.setDoOutput(true);

String content = "abc";

huc.getOutputStream().write(content.getBytes());
huc.getOutputStream().flush();

content = "xyz";

huc.getOutputStream().write(content.getBytes());
huc.getOutputStream().flush();
huc.getOutputStream().close();

0 Karma
Get Updates on the Splunk Community!

Data Management Digest – December 2025

Welcome to the December edition of Data Management Digest! As we continue our journey of data innovation, the ...

Index This | What is broken 80% of the time by February?

December 2025 Edition   Hayyy Splunk Education Enthusiasts and the Eternally Curious!    We’re back with this ...

Unlock Faster Time-to-Value on Edge and Ingest Processor with New SPL2 Pipeline ...

Hello Splunk Community,   We're thrilled to share an exciting update that will help you manage your data more ...