Guest User

Untitled

a guest
Oct 19th, 2018
86
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.76 KB | None | 0 0
  1. thansen@15z ~/Projects/Playground/tmp $ java -jar /opt/logstash/logstash-1.1.1-monolithic.jar agent -ve 'output { stdout { debug => true } }'
  2. Read config {"level":"info"}
  3. Start thread {"level":"info"}
  4. Input registered {"plugin":"LogStash::Inputs::Stdin: {\"type\"=>\"stdin\", \"debug\"=>false, \"add_field\"=>{}}","level":"info"}
  5. Output registered {"plugin":"LogStash::Outputs::Stdout: {\"debug\"=>true, \"type\"=>\"\", \"tags\"=>[], \"exclude_tags\"=>[], \"fields\"=>[], \"debug_format\"=>[\"ruby\"]}","level":"info"}
  6. All plugins are started and registered. {"level":"info"}
  7. HELLO WORLD
  8. {"@source"=>"stdin://15z/", "@type"=>"stdin", "@tags"=>[], "@fields"=>{}, "@timestamp"=>"2012-09-07T05:42:10.404000Z", "@source_host"=>"stdin://15z/", "@message"=>"HELLO WORLD"}
Add Comment
Please, Sign In to add comment