Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我想在 Papertrailapp 的搜索栏中使用正则表达式进行搜索。
当我尝试这样的事情时
randomText \(\d\d\d
预期结果:随机文本(223
实际结果:未找到搜索。
对此的任何指导将不胜感激。谢谢。
不幸的是,不能在日志搜索中直接使用 Regex。请参阅此处的搜索文档。
但是,您可以在创建可重复使用的日志过滤器时使用正则表达式,根据您的使用情况,这可能是您正在寻找的。请参阅本文档。