Module logging_elasticsearch_response

Source

Structs§

LoggingElasticsearchResponse

Enums§

FormatVersion
The version of the custom logging format used for the configured endpoint. The logging call gets placed by default in vcl_log if format_version is set to 2 and in vcl_deliver if format_version is set to 1.
LogProcessingRegion
The geographic region where the logs will be processed before streaming. Valid values are us, eu, and none for global.
Placement
Where in the generated VCL the logging call should be placed. If not set, endpoints with format_version of 2 are placed in vcl_log and those with format_version of 1 are placed in vcl_deliver.