Interface SplunkEndpointBuilderFactory.SplunkBuilders

    • Method Detail

      • splunk

        default SplunkEndpointBuilderFactory.SplunkEndpointBuilder splunk​(String path)
        Splunk (camel-splunk) Publish or search for events in Splunk. Category: iot,monitoring Since: 2.13 Maven coordinates: org.apache.camel:camel-splunk Syntax: splunk:name Path parameter: name (required) Name has no purpose
        Parameters:
        path - name
        Returns:
        the dsl builder
      • splunk

        default SplunkEndpointBuilderFactory.SplunkEndpointBuilder splunk​(String componentName,
                                                                          String path)
        Splunk (camel-splunk) Publish or search for events in Splunk. Category: iot,monitoring Since: 2.13 Maven coordinates: org.apache.camel:camel-splunk Syntax: splunk:name Path parameter: name (required) Name has no purpose
        Parameters:
        componentName - to use a custom component name for the endpoint instead of the default name
        path - name
        Returns:
        the dsl builder