Interface SplunkHECEndpointBuilderFactory.SplunkHECBuilders

    • Method Detail

      • 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 URL Path parameter: token (required) Splunk authorization token
        Parameters:
        path - splunkURL/token
      • 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 URL Path parameter: token (required) Splunk authorization token
        Parameters:
        componentName - to use a custom component name for the endpoint instead of the default name
        path - splunkURL/token