Sha256: fd78aaf68bccb7577c41a8eb35757e1a049d19d27f03787515f246d77442822b
Contents?: true
Size: 1.35 KB
Versions: 18
Compression:
Stored size: 1.35 KB
Contents
# Fastly::LoggingElasticsearchAdditional ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **index** | **String** | The name of the Elasticsearch index to send documents (logs) to. The index must follow the Elasticsearch [index format rules](https://www.elastic.co/guide/en/elasticsearch/reference/current/indices-create-index.html). We support [strftime](https://www.man7.org/linux/man-pages/man3/strftime.3.html) interpolated variables inside braces prefixed with a pound symbol. For example, `\#{%F}` will interpolate as `YYYY-MM-DD` with today's date. | [optional] | | **url** | **String** | The URL to stream logs to. Must use HTTPS. | [optional] | | **pipeline** | **String** | The ID of the Elasticsearch ingest pipeline to apply pre-process transformations to before indexing. Learn more about creating a pipeline in the [Elasticsearch docs](https://www.elastic.co/guide/en/elasticsearch/reference/current/ingest.html). | [optional] | | **user** | **String** | Basic Auth username. | [optional] | | **password** | **String** | Basic Auth password. | [optional] | | **format** | **String** | A Fastly [log format string](https://docs.fastly.com/en/guides/custom-log-formats). Must produce valid JSON that Elasticsearch can ingest. | [optional] | [[Back to API list]](../../README.md#endpoints) [[Back to README]](../../README.md)
Version data entries
18 entries across 18 versions & 1 rubygems