Skip to content

Commit

Permalink
Merge pull request #794 from dragoangel/patch-4
Browse files Browse the repository at this point in the history
Update metadata_exporter.md
  • Loading branch information
vstakhov authored Dec 9, 2024
2 parents 5be8b54 + cf9f11b commit 7436cdc
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions doc/modules/metadata_exporter.md
Original file line number Diff line number Diff line change
Expand Up @@ -89,13 +89,17 @@ The following settings can be defined on any rule:
- `formatter`: defines formatter for the rule
- `backend`: defines backend (pusher) for the rule
- `defer`: if true, `soft reject` action is forced on failed processing
- `timeout`: defines module timeout (default: '5s')

### Settings: `http` backend

- `url` (required): defines URL to post content to
- `meta_header_prefix`: prefix for meta headers (default 'X-Rspamd-')
- `meta_headers`: if set true general metainformation is added to HTTP request headers (default false)
- `meta_header_prefix`: prefix for meta headers (default: 'X-Rspamd-')
- `meta_headers`: if set true general metainformation is added to HTTP request headers (default: false)
- `mime_type`: defines mime type of content sent in HTTP POST
- `user` & `password`: if both parameters set - Basic auth will be used
- `gzip` (bool): defines if payload need to be send with gzip compression (default: false)
- `keepalived` (bool): defines if connection should use keepalived (default: false)

### Settings: `redis_pubsub` backend

Expand Down

0 comments on commit 7436cdc

Please sign in to comment.