All Apps and Add-ons

Not able to build HDFS schedule report using Splunk Hadoop Connect.

shayan_singla
New Member

I am trying to write data in a csv file using Schedule HDFS Report.
The file is generated but with the Fields name provided only, not the search/fields data.
Please suggest the possible way out.

0 Karma

barakreeves
Splunk Employee
Splunk Employee

Seems the problem is with your search query:
Instead of "index=index_name | fields f1,f2", try this:
index=index_name | search * | fields field1, field2, field3

Make sure you are getting results back before creating a Export job to see if the query is working.

0 Karma

shayan_singla
New Member

the query i wrote was getting the results back.
Tried this query also. But not working.
Still getting the same result, f1,f2 in the file but not data under them.

0 Karma

shayan_singla
New Member

i am just writing:
index=index_name | fields f1,f2
Above is my search query.
And in HDFS Schedule Report, under Fields text field i give f1,f2.
But in the file generated, the data come as "f1,f2" itself. But i want data under fields.

0 Karma

barakreeves
Splunk Employee
Splunk Employee

I do have experience with Hadoop Connect. How many fields are in your search and how many results are you returning from your search? Can you provide your query?

0 Karma
Get Updates on the Splunk Community!

Splunk Decoded: Service Maps vs Service Analyzer Tree View vs Flow Maps

It’s Monday morning, and your phone is buzzing with alert escalations – your customer-facing portal is running ...

What’s New in Splunk Observability – September 2025

What's NewWe are excited to announce the latest enhancements to Splunk Observability, designed to help ITOps ...

Fun with Regular Expression - multiples of nine

Fun with Regular Expression - multiples of nineThis challenge was first posted on Slack #regex channel ...