WebService::Fastly::Object::LoggingElasticsearchAdditional
Load the model package
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. We support strftime 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. | [optional]
user | string | Basic Auth username. | [optional]
password | string | Basic Auth password. | [optional]
format | string | A Fastly log format string. Must produce valid JSON that Elasticsearch can ingest. | [optional]