An open API service indexing awesome lists of open source software.

https://github.com/parolkar/fluent-plugin-http-enhanced

Enhanced HTTP input plugin for Fluent event collector
https://github.com/parolkar/fluent-plugin-http-enhanced

Last synced: 8 months ago
JSON representation

Enhanced HTTP input plugin for Fluent event collector

Awesome Lists containing this 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


type httpenhanced
port
full_query_string_record # this will allow request like http://host:port/tag?key1=value1&key2=value2 to be translated to json.
respond_with_empty_img # 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

If your events contain a param named 'time' or 't' (eg. http://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:: Copyright (c) 2015 Abhishek Parolkar
License:: Apache License, Version 2.0