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

https://github.com/toyama0919/fluent-plugin-exec_placeholder


https://github.com/toyama0919/fluent-plugin-exec_placeholder

Last synced: 3 months ago
JSON representation

Awesome Lists containing this project

README

        

# fluent-plugin-exec_placeholder [![Build Status](https://secure.travis-ci.org/toyama0919/fluent-plugin-exec_placeholder.png?branch=master)](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