Skip to content

Instantly share code, notes, and snippets.

@malbin
Created December 11, 2012 02:30
Show Gist options
  • Select an option

  • Save malbin/4255395 to your computer and use it in GitHub Desktop.

Select an option

Save malbin/4255395 to your computer and use it in GitHub Desktop.

Revisions

  1. malbin created this gist Dec 11, 2012.
    12 changes: 12 additions & 0 deletions gistfile1.txt
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,12 @@
    input {
    stdin {
    type => "stdin-type"
    tag => "stdin-from-cali"
    }
    }

    filter {
    tag = ['stdin-from-cali'] {
    ... >do stuff< ...
    }
    }