Method: Fastly::LoggingElasticsearch#index
- Defined in:
- lib/fastly/models/logging_elasticsearch.rb
#index ⇒ Object
The name of the Elasticsearch index to send documents (logs) to. The index must follow the Elasticsearch [index format rules](www.elastic.co/guide/en/elasticsearch/reference/current/indices-create-index.html). We support [strftime](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.
50 51 52 |
# File 'lib/fastly/models/logging_elasticsearch.rb', line 50 def index @index end |