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