No commit activity in last 3 years
No release in over 3 years
Enhanced HTTP input plugin for Fluent event collector
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Runtime

~> 0.10.8
 Project Readme

Enhanced HTTP input plugin for Fluent event collector¶ ↑

Overview¶ ↑

This plugin enables some advanced features on existing HTTP input plugin

Installation¶ ↑

gem install fluent-plugin-http-enhanced

Configuration¶ ↑

<source>
  type httpenhanced
  port <port_to_listen>
  full_query_string_record <true/false> # this will allow request like http://host:port/tag?key1=value1&key2=value2 to be translated to json.
  respond_with_empty_img <true/false> # this will respond with empty gif image of 1x1 pixel. Its usefull when you use image tags to fire events (like Google Analytics) 
  default_tag development # this tag will be used if your request has no tag in it eg. http://host:port/?key1=value1&key2=value2
</source>

If your events contain a param named ‘time’ or ‘t’ (eg. host:port/tag?key1=value1&t=123456789), it will be treated as timestamp for the event (Unix epoch time format) It also serves /crossdomain.xml so that your flash apps can post events too.

Copyright

Copyright © 2015 Abhishek Parolkar

License

Apache License, Version 2.0