daily pastebin goal
22%
SHARE
TWEET

conf

a guest Oct 30th, 2015 60 Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. input {
  2.   stdin {}
  3. }
  4. filter {
  5.   json {
  6.     source => "data"
  7.     add_field => {
  8.       "total_profiles_test" => "%{TotalProfiles}"
  9.     }
  10.     add_tag => ["test"]
  11.     target => "doc"
  12.   }
  13. }
  14. output {
  15.   stdout {}
  16. }
RAW Paste Data
We use cookies for various purposes including analytics. By continuing to use Pastebin, you agree to our use of cookies as described in the Cookies Policy. OK, I Understand
 
Top