Skip to content

Commit

Permalink
Merge pull request #415 from bshifter/fix-cefleef-usage
Browse files Browse the repository at this point in the history
Usage fix for cef and leef parser in filterx
  • Loading branch information
bazsi authored Dec 10, 2024
2 parents 62228cd + c2d2020 commit e83f0bc
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions modules/cef/filterx-func-parse-cef.h
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,8 @@
#include "filterx/expr-function.h"

#define FILTERX_FUNC_PARSE_CEF_USAGE "Usage: parse_cef(str " \
EVENT_FORMAT_PARSER_ARG_NAME_PAIR_SEPARATOR"=boolean, " \
EVENT_FORMAT_PARSER_ARG_NAME_VALUE_SEPARATOR"=boolean)"
EVENT_FORMAT_PARSER_ARG_NAME_PAIR_SEPARATOR"=string, " \
EVENT_FORMAT_PARSER_ARG_NAME_VALUE_SEPARATOR"=string)"

FILTERX_GENERATOR_FUNCTION_DECLARE(parse_cef);

Expand Down
4 changes: 2 additions & 2 deletions modules/cef/filterx-func-parse-leef.h
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,8 @@
#include "filterx/expr-function.h"

#define FILTERX_FUNC_PARSE_LEEF_USAGE "Usage: parse_leef(str " \
EVENT_FORMAT_PARSER_ARG_NAME_PAIR_SEPARATOR"=boolean, " \
EVENT_FORMAT_PARSER_ARG_NAME_VALUE_SEPARATOR"=boolean)"
EVENT_FORMAT_PARSER_ARG_NAME_PAIR_SEPARATOR"=string, " \
EVENT_FORMAT_PARSER_ARG_NAME_VALUE_SEPARATOR"=string)"

FILTERX_GENERATOR_FUNCTION_DECLARE(parse_leef);

Expand Down

0 comments on commit e83f0bc

Please sign in to comment.