如何获得模式的频率

时间:2017-10-06 08:11:57

标签: elasticsearch logstash

我有以下文件。我想要的是获得苹果单词的频率(1 apple_x,2 apple_y,1 apple_z)。这样做的最佳方式是什么?我顺便从logstash获取数据。我应该在logstash中使用add_field过滤器吗?

{
    "field1": "text text apple_x text text"
}

{
    "field1": "text text apple_y text text"
}

{
    "field1": "text text apple_y text text"
}

{
    "field1": "text text apple_z text text"
}

0 个答案:

没有答案