Sha256: de031662b7052a0e753b53655c511f6dcea02cf6db003953e11775e3e4471d0f

Contents?: true

Size: 1.35 KB

Versions: 20

Compression:

Stored size: 1.35 KB

Contents

# Fastly::LoggingElasticsearchAllOf

## 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

20 entries across 20 versions & 1 rubygems

Version Path
fastly-6.0.2 docs/LoggingElasticsearchAllOf.md
fastly-6.0.1 docs/LoggingElasticsearchAllOf.md
fastly-6.0.0 docs/LoggingElasticsearchAllOf.md
fastly-5.3.1 docs/LoggingElasticsearchAllOf.md
fastly-5.3.0 docs/LoggingElasticsearchAllOf.md
fastly-5.2.2 docs/LoggingElasticsearchAllOf.md
fastly-5.2.1 docs/LoggingElasticsearchAllOf.md
fastly-5.2.0 docs/LoggingElasticsearchAllOf.md
fastly-5.1.1 docs/LoggingElasticsearchAllOf.md
fastly-5.1.0 docs/LoggingElasticsearchAllOf.md
fastly-5.0.0 docs/LoggingElasticsearchAllOf.md
fastly-4.4.0 docs/LoggingElasticsearchAllOf.md
fastly-4.3.0 docs/LoggingElasticsearchAllOf.md
fastly-4.2.0 docs/LoggingElasticsearchAllOf.md
fastly-4.1.0 docs/LoggingElasticsearchAllOf.md
fastly-4.0.1.pre.alpha.0 docs/LoggingElasticsearchAllOf.md
fastly-4.0.0 docs/LoggingElasticsearchAllOf.md
fastly-4.0.0.alpha4 docs/LoggingElasticsearchAllOf.md
fastly-4.0.0.alpha3 docs/LoggingElasticsearchAllOf.md
fastly-4.0.0.alpha2 docs/LoggingElasticsearchAllOf.md