PutSplunkHTTP 2.3.0¶
BUNDLE¶
org.apache.nifi | nifi-splunk-nar
DESCRIPTION¶
Sends flow file content to the specified Splunk server over HTTP or HTTPS. Supports HEC Index Acknowledgement.
INPUT REQUIREMENT¶
REQUIRED
Supports Sensitive Dynamic Properties¶
false
PROPERTIES¶
Property |
Description |
---|---|
Hostname |
The ip address or hostname of the Splunk server. |
Owner |
The owner to pass to Splunk. |
Password |
The password to authenticate to Splunk. |
Port |
The HTTP Event Collector HTTP Port Number. |
Scheme |
The scheme for connecting to Splunk. |
Security Protocol |
The security protocol to use for communicating with Splunk. |
Token |
HTTP Event Collector token starting with the string Splunk. For example ‘Splunk 1234578-abcd-1234-abcd-1234abcd’ |
Username |
The username to authenticate to Splunk. |
character-set |
The name of the character set. |
content-type |
The media type of the event sent to Splunk. If not set, “mime.type” flow file attribute will be used. In case of neither of them is specified, this information will not be sent to the server. |
host |
Specify with the host query string parameter. Sets a default for all events when unspecified. |
index |
Index name. Specify with the index query string parameter. Sets a default for all events when unspecified. |
request-channel |
Identifier of the used request channel. |
source |
User-defined event source. Sets a default for all events when unspecified. |
source-type |
User-defined event sourcetype. Sets a default for all events when unspecified. |
RELATIONSHIPS¶
NAME |
DESCRIPTION |
---|---|
failure |
FlowFiles that failed to send to the destination are sent to this relationship. |
success |
FlowFiles that are sent successfully to the destination are sent to this relationship. |
WRITES ATTRIBUTES¶
NAME |
DESCRIPTION |
---|---|
splunk.acknowledgement.id |
The indexing acknowledgement id provided by Splunk. |
splunk.responded.at |
The time of the response of put request for Splunk. |