Skip to content

Instantly share code, notes, and snippets.

@asigatchov
Created December 28, 2016 19:12
Show Gist options
  • Save asigatchov/1a8072594f0a430b6f41af7c61b73566 to your computer and use it in GitHub Desktop.
Save asigatchov/1a8072594f0a430b6f41af7c61b73566 to your computer and use it in GitHub Desktop.
Пример использование filter
<filter es.**>
@type record_transformer
enable_ruby
auto_typecast true
<record>
hostname ${hostname}
bitps ${record["size"] * 8 / (record["resptime"] + 0.001)}
</record>
</filter>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment