No commit activity in last 3 years
No release in over 3 years
judge mobile carrier by ip address.
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
2025
 Dependencies

Development

>= 0

Runtime

 Project Readme

fluent-plugin-mobile-carrier, a plugin for Fluentd

MobileCarrierOutput

'fluent-plugin-mobile-carrier' is a Fluentd plugin to judge mobile carriers from IP address. 'fluent-plugin-mobile-carrier' needs external config yaml file, which includes Carrier-IPAddress settings.

Configuration

To add mobile_carrier result into matched messages:

<match input.**>
  type mobile_carrier
  key_name ip_address
  config_yaml config.yaml
  remove_prefix input
  add_prefix merged
</match>

Copyright

  • Copyright (c) HARUYAMA Seigo
  • License
    • Apache License, Version 2.0