QuerySplunkIndexingStatus 2025.10.9.21

Bundle

org.apache.nifi | nifi-splunk-nar

Description

Queries Splunk server in order to acquire the status of indexing acknowledgement.

Tags

acknowledgement, http, logs, splunk

Input Requirement

REQUIRED

Supports Sensitive Dynamic Properties

false

Properties

PropertyDescription
HostnameThe ip address or hostname of the Splunk server.
OwnerThe owner to pass to Splunk.
PasswordThe password to authenticate to Splunk.
PortThe HTTP Event Collector HTTP Port Number.
SchemeThe scheme for connecting to Splunk.
Security ProtocolThe security protocol to use for communicating with Splunk.
TokenHTTP Event Collector token starting with the string Splunk. For example ‘Splunk 1234578-abcd-1234-abcd-1234abcd’
UsernameThe username to authenticate to Splunk.
max-query-sizeThe maximum number of acknowledgement identifiers the outgoing query contains in one batch. It is recommended not to set it too low in order to reduce network communication.
request-channelIdentifier of the used request channel.
ttlThe maximum time the processor tries to acquire acknowledgement confirmation for an index, from the point of registration. After the given amount of time, the processor considers the index as not acknowledged and transfers the FlowFile to the “unacknowledged” relationship.

Relationships

NameDescription
failureA FlowFile is transferred to this relationship when the acknowledgement was not successful due to errors during the communication. FlowFiles are timing out or unknown by the Splunk server will transferred to “undetermined” relationship.
successA FlowFile is transferred to this relationship when the acknowledgement was successful.
unacknowledgedA FlowFile is transferred to this relationship when the acknowledgement was not successful. This can happen when the acknowledgement did not happened within the time period set for Maximum Waiting Time. FlowFiles with acknowledgement id unknown for the Splunk server will be transferred to this relationship after the Maximum Waiting Time is reached.
undeterminedA FlowFile is transferred to this relationship when the acknowledgement state is not determined. FlowFiles transferred to this relationship might be penalized. This happens when Splunk returns with HTTP 200 but with false response for the acknowledgement id in the flow file attribute.

See also