https://github.com/toyama0919/fluent-plugin-exec_placeholder
https://github.com/toyama0919/fluent-plugin-exec_placeholder
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/toyama0919/fluent-plugin-exec_placeholder
- Owner: toyama0919
- License: mit
- Created: 2016-07-21T07:35:01.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2017-10-02T02:50:47.000Z (over 7 years ago)
- Last Synced: 2024-04-26T16:06:08.536Z (about 1 year ago)
- Language: Ruby
- Size: 5.86 KB
- Stars: 2
- Watchers: 3
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Changelog: ChangeLog.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# fluent-plugin-exec_placeholder [](http://travis-ci.org/toyama0919/fluent-plugin-exec_placeholder)
ExecPlaceholder plugin for fluentd
## Examples
#### setting
```type exec_placeholder
command /etc/init.d/presto ${message}```
#### input
```
{ "message":"restart" }
```#### output
```
execute `/etc/init.d/presto restart`
```## Installation
```
fluent-gem install fluent-plugin-exec_placeholder
```## Contributing
1. Fork it
2. Create your feature branch (`git checkout -b my-new-feature`)
3. Commit your changes (`git commit -am 'Add some feature'`)
4. Push to the branch (`git push origin my-new-feature`)
5. Create new [Pull Request](../../pull/new/master)## Information
* [Homepage](https://github.com/toyama0919/fluent-plugin-exec_placeholder)
* [Issues](https://github.com/toyama0919/fluent-plugin-exec_placeholder/issues)
* [Documentation](http://rubydoc.info/gems/fluent-plugin-exec_placeholder/frames)
* [Email](mailto:[email protected])## Copyright
Copyright (c) 2016 toyama0919