# Splunk input

## ![](/files/C5byhiQtzbevtpoueYj8) Splunk input

### Description <a href="#description" id="description"></a>

The Splunk Input transform runs a Splunk search query and returns the result as a set of Hop fields

Check the [Splunk Connection docs](/data-shaper-1.21/knowing-the-data-shaper-designer/index-2/splunk-connection.md) for more information about creating a Splunk connection.

| Hop Engine | <sup>✓</sup> |
| ---------- | ------------ |
| Spark      | ?            |
| Flink      | ?            |
| Dataflow   | ?            |

### Options

| Option            | Description                                                                                                                                                                                                                                                                                                                                                          |
| ----------------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| Transform name    | Name of the transform.                                                                                                                                                                                                                                                                                                                                               |
| Splunk Connection | The Splunk connection to use                                                                                                                                                                                                                                                                                                                                         |
| Query             | The Splunk search query to run                                                                                                                                                                                                                                                                                                                                       |
| Returns           | <p>The list of fields returned by the Splunk query:</p><ul><li>Field name: the field name to store as an output field for this transform</li><li>Splunk name: the field name (key) returned by the Splunk search</li><li>Return type: search result field data type</li><li>Length: length of the result field</li><li>Format: format for the result field</li></ul> |


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.primeur.com/data-shaper-1.21/knowing-the-data-shaper-designer/pipelines/transforms/splunkinput.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
