logstash(3)输入-stdin

描述

从标准输入读取事件。

默认情况下,每一行读取为一个事件。如果要多行读取为一个事件,则需要使用multiline解码器。

input {
  stdin {
  }
}

你可能感兴趣的:(logstash)