gpt4 book ai didi

Splunk 查询不包含文本的匹配行

转载 作者:行者123 更新时间:2023-12-05 02:10:11 26 4
gpt4 key购买 nike

要查找包含“gen-application”的日志行,我使用此搜索查询:

source="general-access.log" "*gen-application*"

如何修改查询以返回不包含“gen-application”的行?

source="general-access.log"!= "gen-application"返回错误:

Error in 'search' command: Unable to parse the search: Comparator '!=' has an invalid term on the left hand side: 

最佳答案

我会使用 NOT 运算符。

source="general-access.log" NOT "*gen-application"

请记住,Splunk 还支持 ANDOR

关于Splunk 查询不包含文本的匹配行,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/59107583/

26 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com