Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 12 additions & 0 deletions snippets/pump-config.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -2809,6 +2809,9 @@ Type: `bool`<br />
Reduce the size of the traffic logs generated for each request by setting this to true. Tyk Pump will
then not include the `raw_request` and `raw_response` in the logs. Defaults to `false`.

This setting has no effect on aggregate pumps (`mongo-pump-aggregate`, `sql_aggregate`), because
aggregated analytics records never include `raw_request` or `raw_response` data.

### pumps.mongoaggregate.max_record_size
ENV: <b>TYK_PMP_PUMPS_MONGOAGGREGATE_MAXRECORDSIZE</b><br />
Type: `int`<br />
Expand All @@ -2826,6 +2829,9 @@ information. This can also be set at a pump level. For example:
}
```

This setting has no effect on aggregate pumps (`mongo-pump-aggregate`, `sql_aggregate`), because
aggregated analytics records never include `raw_request` or `raw_response` data.

### pumps.mongoaggregate.ignore_fields
ENV: <b>TYK_PMP_PUMPS_MONGOAGGREGATE_IGNOREFIELDS</b><br />
Type: `[]string`<br />
Expand Down Expand Up @@ -4011,6 +4017,9 @@ Type: `bool`<br />
Reduce the size of the traffic logs generated for each request by setting this to true. Tyk Pump will
then not include the `raw_request` and `raw_response` in the logs. Defaults to `false`.

This setting has no effect on aggregate pumps (`mongo-pump-aggregate`, `sql_aggregate`), because
aggregated analytics records never include `raw_request` or `raw_response` data.

### pumps.sqlaggregate.max_record_size
ENV: <b>TYK_PMP_PUMPS_SQLAGGREGATE_MAXRECORDSIZE</b><br />
Type: `int`<br />
Expand All @@ -4028,6 +4037,9 @@ information. This can also be set at a pump level. For example:
}
```

This setting has no effect on aggregate pumps (`mongo-pump-aggregate`, `sql_aggregate`), because
aggregated analytics records never include `raw_request` or `raw_response` data.

### pumps.sqlaggregate.ignore_fields
ENV: <b>TYK_PMP_PUMPS_SQLAGGREGATE_IGNOREFIELDS</b><br />
Type: `[]string`<br />
Expand Down
Loading