Getting Data In

Data indexed via REST API then forwarded on to another Indexer

Damien_Dallimor
Ultra Champion

If data is being indexed via the Rest API "services/receivers/simple" endpoint vs an entry in inputs.conf , can I still then use outputs.conf to forward the data onto another Indexer ?

Tags (2)
1 Solution

Damien_Dallimor
Ultra Champion

The answer is , yes you can 🙂

Just pumped some test data in using the new Java SDK, and outputs.conf routed the event into my Indexer cluster.

Service service = new Service("myhost", 8089);
service.login("admin", "notmyrealpass");       
RequestMessage request = new RequestMessage();
request.setContent("testing java sdk");
ResponseMessage response = service.send("receivers/simple?index=testing&source=sdk&sourcetype=sdk_testing", request);
System.out.println(response.getStatus() == 200?"Success":"Failure");

View solution in original post

Damien_Dallimor
Ultra Champion

The answer is , yes you can 🙂

Just pumped some test data in using the new Java SDK, and outputs.conf routed the event into my Indexer cluster.

Service service = new Service("myhost", 8089);
service.login("admin", "notmyrealpass");       
RequestMessage request = new RequestMessage();
request.setContent("testing java sdk");
ResponseMessage response = service.send("receivers/simple?index=testing&source=sdk&sourcetype=sdk_testing", request);
System.out.println(response.getStatus() == 200?"Success":"Failure");

dmr195
Communicator

It's great to know this is possible, but please could you clarify what you put in outputs.conf. Did you have to rely on the defaultGroup setting in the [tcpout] stanza, or do you know a way to have data added using the REST API forwarded using a specific target group other than the default one in outputs.conf?

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,  ...