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.
我可以在 Logstash 中使用 For 语句吗?
如果是这样,怎么办?
我知道我们可以使用 IF 语句并且我一直在成功使用它
是的你可以。
您可以使用“RUBY”插件并编写 ruby 代码来执行您的 For 语句。
filter { ruby { code => " #RUBY CODE HERE " } }