Skip to content

Filter End

NS4 edited this page Sep 19, 2019 · 2 revisions

Filter Name

Description

A dummy filter that sets in redis the key "darwin_${evt_id}" with the number of certitudes received from the previous filter as value.

Filter Code

0x72657075

Dependencies

No dependencies

Darwin configuration

Example of darwin configuration for this filter :

{
    "end_1": {
        "exec_path": "/path/to/darwin/build/darwin_end",
        "config_file":"/path/to/fend.conf",
        "output": "LOG",
        "next_filter": "",
        "nb_thread": 1,
        "log_level": "DEBUG",
        "cache_size": 0
    }
}

Config file

  • redis_socket_path : the redis' socket in which the filter will stock the data

Example :

{
    "redis_socket_path": "/var/sockets/redis/redis.sock",
}

Body

No body required

Results

Forward the certitudes received from the previous filter.

Clone this wiki locally