- Notifications
You must be signed in to change notification settings - Fork0
Logstash input plugin for QingStor
License
qingstor-incubating/logstash-input-qingstor
Folders and files
| Name | Name | Last commit message | Last commit date | |
|---|---|---|---|---|
Repository files navigation
English |中文
As an input plugin, it can download the log files fromQingStor, and read them into logstash.
QingStor is a remarkable object storage service provided byQingCloud.
For now, We've submitted this plugin to rubygems.org. Use the following command to install.
$ bin/logstash-plugin install logstash-input-qingstor
If want to install the local code, please refer to the following guide to install it manually.
Simplified Chinese version README can be foundhere
input { qingstor { access_key_id =>'your_access_key_id'#required secret_access_key =>'your_secret_access_key'#required bucket =>'bucket_name'#required# region => "pek3a" #optional, default value "pek3a" }}More configuration details please refer tocommon options.
- Edit Logstash
Gemfileand add the local plugin path, for example:
$gem"logstash-input-qingstor",:path=>"/your/local/logstash-input-qingstor"
- Install plugin
$ bin/logstash-plugin install --no-verify
- Run Logstash with your plugin
$ bin/logstash -e"input {\ qingstor {\ access_key_id => 'your_access_key_id'\ secret_access_key => 'your_secret_access_key'\ bucket => 'bucket_name'\ }\ }"
At this point any modifications to the plugin code will be applied to this local Logstash setup. After modifying the plugin, simply rerun Logstash.
You can use the same2.1 method to run your plugin in an installed Logstash by editing itsGemfile and pointing the:path to your local plugin development directory or you can build the gem and install it using:
- Build your plugin gem
$ gem build logstash-input-qingstor.gemspec
- Install the plugin from the Logstash home
$ bin/logstash-plugin install /your/local/plugin/logstash-input-qingstor.gem
- Start Logstash and proceed to test the plugin
Please seeContributing Guidelines of this project before submitting patches.
The Apache License (Version 2.0, January 2004).
About
Logstash input plugin for QingStor
Topics
Resources
License
Code of conduct
Contributing
Uh oh!
There was an error while loading.Please reload this page.
Stars
Watchers
Forks
Releases
Packages0
Uh oh!
There was an error while loading.Please reload this page.
Contributors2
Uh oh!
There was an error while loading.Please reload this page.