update README
This commit is contained in:
parent
273de7caa1
commit
5828cf010e
14
README.md
14
README.md
@ -1,15 +1,14 @@
|
|||||||
# RedisLookupPlugin Plugin for Graylog
|
# RedisLookupPlugin Plugin for Graylog
|
||||||
|
|
||||||
[![Build Status](https://travis-ci.org/https://git.nosd.in/yo/graylog-plugin-redis-lookup.svg?branch=master)](https://travis-ci.org/https://git.nosd.in/yo/graylog-plugin-redis-lookup)
|
Plugin to add Redis Data Adapter in read/write to graylog so you can store and retrieve key/values from pipelines
|
||||||
|
Support Redis authentication (with password and username/password)
|
||||||
|
|
||||||
__Use this paragraph to enter a description of your plugin.__
|
**Required Graylog version:** 5.0 and later
|
||||||
|
|
||||||
**Required Graylog version:** 2.0 and later
|
|
||||||
|
|
||||||
Installation
|
Installation
|
||||||
------------
|
------------
|
||||||
|
|
||||||
[Download the plugin](https://github.com/https://git.nosd.in/yo/graylog-plugin-redis-lookup/releases)
|
[Download the plugin](https://git.nosd.in/yo/graylog-plugin-redis-lookup/releases)
|
||||||
and place the `.jar` file in your Graylog plugin directory. The plugin directory
|
and place the `.jar` file in your Graylog plugin directory. The plugin directory
|
||||||
is the `plugins/` folder relative from your `graylog-server` directory by default
|
is the `plugins/` folder relative from your `graylog-server` directory by default
|
||||||
and can be configured in your `graylog.conf` file.
|
and can be configured in your `graylog.conf` file.
|
||||||
@ -30,8 +29,9 @@ dramatically by making use of hot reloading. To do this, do the following:
|
|||||||
Usage
|
Usage
|
||||||
-----
|
-----
|
||||||
|
|
||||||
__Use this paragraph to document the usage of your plugin__
|
create data adapter
|
||||||
|
Use 'lookup_set_value(lookup_table, key, value)' to create or update key in redis
|
||||||
|
Use 'lookup(lookup_table, key)' to get key
|
||||||
|
|
||||||
Getting started
|
Getting started
|
||||||
---------------
|
---------------
|
||||||
|
Loading…
Reference in New Issue
Block a user