Interface SplunkHECEndpointBuilderFactory.SplunkHECBuilders

    • Method Detail

      • splunkHec

        default SplunkHECEndpointBuilderFactory.SplunkHECHeaderNameBuilder splunkHec()
        Splunk HEC (camel-splunk-hec) The splunk component allows to publish events in Splunk using the HTTP Event Collector. Category: log,monitoring Since: 3.3 Maven coordinates: org.apache.camel:camel-splunk-hec
        Returns:
        the dsl builder for the headers' name.
      • splunkHec

        default SplunkHECEndpointBuilderFactory.SplunkHECEndpointBuilder splunkHec​(String path)
        Splunk HEC (camel-splunk-hec) The splunk component allows to publish events in Splunk using the HTTP Event Collector. Category: log,monitoring Since: 3.3 Maven coordinates: org.apache.camel:camel-splunk-hec Syntax: splunk-hec:splunkURL/token Path parameter: splunkURL (required) Splunk Host and Port (example: my_splunk_server:8089) Path parameter: token (required) Splunk HEC token (this is the token created for HEC and not the user's token)
        Parameters:
        path - splunkURL/token
        Returns:
        the dsl builder
      • splunkHec

        default SplunkHECEndpointBuilderFactory.SplunkHECEndpointBuilder splunkHec​(String componentName,
                                                                                   String path)
        Splunk HEC (camel-splunk-hec) The splunk component allows to publish events in Splunk using the HTTP Event Collector. Category: log,monitoring Since: 3.3 Maven coordinates: org.apache.camel:camel-splunk-hec Syntax: splunk-hec:splunkURL/token Path parameter: splunkURL (required) Splunk Host and Port (example: my_splunk_server:8089) Path parameter: token (required) Splunk HEC token (this is the token created for HEC and not the user's token)
        Parameters:
        componentName - to use a custom component name for the endpoint instead of the default name
        path - splunkURL/token
        Returns:
        the dsl builder