Skip to content

Commit

Permalink
correct output
Browse files Browse the repository at this point in the history
  • Loading branch information
jordansissel committed May 12, 2011
1 parent c2a0fdf commit 6f7d412
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/extending/example-add-a-new-filter.md
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ The config file looks like this:
filter {
foo {
type => "foo"
message => "hello world 12345"
message => "Hello world!"
}
}
output {
Expand Down Expand Up @@ -104,10 +104,10 @@ command.

% java -jar logstash-1.0.5-monolithic.jar agent -f example.conf
the quick brown fox
2011-05-12T01:05:09.495000Z stdin://snack.home/: hello world 12345
2011-05-12T01:05:09.495000Z stdin://snack.home/: Hello world!

The output is the standard logstash stdout output, but in this case our "the
quick brown fox" message was replaced with "hello world 12345"
quick brown fox" message was replaced with "Hello world!"

All done! :)

Expand Down

0 comments on commit 6f7d412

Please sign in to comment.