317.3. 消费者端点:
端点 | 描述 |
---|---|
normal | 执行正常搜索,并在搜索选项中需要搜索查询。 |
savedsearch | 根据 mvapich 中保存的搜索查询执行搜索,并在 savedSearch 选项中需要查询的名称。 |
示例
from("splunk://normal?delay=5s&username=user&password=123&initEarliestTime=-10s&search=search index=myindex sourcetype=someSourcetype") .to("direct:search-result");
camel-mvapich 创建一个路由交换,每个搜索结果在正文中有一个 SplunkEvent。