stdin

package
v0.0.0-...-691b052 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: May 7, 2018 License: Apache-2.0, Apache-2.0 Imports: 6 Imported by: 0

README

STDIN

Read events from standard input. By default, each event is assumed to be one line. If you want to join lines, you’ll want to use the multiline filter.

Synopsys

SETTING TYPE REQUIRED DEFAULT VALUE
Codec codec false "line"
eof_exit bool false false

Details

Codec
  • Value type is codec
  • Default value is "line"

The codec used for input data. Input codecs are a convenient method for decoding your data before it enters the input, without needing a separate filter in your bitfan pipeline

eof_exit
  • Value type is bool
  • Default value is false

Stop bitfan on stdin EOF ? (use it when you pipe data with |)

Configuration blueprint

stdin{
	codec => "line"
	eof_exit => false
}

Documentation

Overview

Code generated by "bitfanDoc "; DO NOT EDIT

Read events from standard input. By default, each event is assumed to be one line. If you want to join lines, you’ll want to use the multiline filter.

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func New

func New() processors.Processor

Types

This section is empty.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL