Getting Data In

Send Arguments in attachWith - host,sourcetype and time

akshgpt25
Explorer

Hi,

Q1. We are trying to push data using Splunk SDK for java and using attachWith() to ingest the data.

But how we can override host, sourcetype and time field using the same.

Q2. attach() takes Args argument with which we can override host and sourcetype but time is again not there. 

As mentioned in the documentation, our preference is also using attachWIth. Please suggest the right way to do the same.

myIndex.attachWith(new ReceiverBehavior() {
public void run(OutputStream stream) throws IOException {
Writer out = new OutputStreamWriter(stream, "UTF8");
for (int i = 0; i < 2; i++) {
out.write("This is my msg");
}
out.flush();
}
});

We are referring https://dev.splunk.com/enterprise/docs/java/sdk-java/howtousesdkjava/howtogetdatasdkjava 

Labels (7)
Tags (1)
0 Karma

royalhrk
Engager

I am also facing the same problem with attachWith(), we are using Splunk Java SDK 1.6.X. any help updates on it.

Hassan

0 Karma
Get Updates on the Splunk Community!

Introducing the Splunk Community Dashboard Challenge!

Welcome to Splunk Community Dashboard Challenge! This is your chance to showcase your skills in creating ...

Get the T-shirt to Prove You Survived Splunk University Bootcamp

As if Splunk University, in Las Vegas, in-person, with three days of bootcamps and labs weren’t enough, now ...

Wondering How to Build Resiliency in the Cloud?

IT leaders are choosing Splunk Cloud as an ideal cloud transformation platform to drive business resilience,  ...