Configuring Elasticsearch Index for Time Series Data

Поділитися
Вставка
  • Опубліковано 7 лис 2024

КОМЕНТАРІ • 3

  • @TheYuvelir
    @TheYuvelir 2 роки тому +2

    Very good explanation with emotions which I always miss from another persons from youtube :) Great work! And actually great set of topics per video, you've explained really complex things which I could not understand from the official docu for a long time.

  • @OfficialElasticCommunity
    @OfficialElasticCommunity  2 роки тому

    Helpful Links -
    # Supported documentation
    ## Tutorial link
    www.elastic.co/guide/en/elasticsearch/reference/current/getting-started-index-lifecycle-management.html
    ## ECS guidelines
    www.elastic.co/guide/en/ecs/current/ecs-field-reference.html
    ## Rollover
    www.elastic.co/guide/en/elasticsearch/reference/current/ilm-rollover.html
    "The index.lifecycle.rollover_alias must be configured as the alias to roll over."
    ## Ingest pipelines
    www.elastic.co/guide/en/elasticsearch/reference/current/ingest.html
    ## Data streams
    www.elastic.co/guide/en/elasticsearch/reference/current/data-streams.html
    "When a backing index is created, the index is named using the following convention:"
    ## Index templates
    www.elastic.co/guide/en/elasticsearch/reference/current/index-templates.html
    # Elastic agent naming scheme
    www.elastic.co/guide/en/fleet/8.3/data-streams.html#data-streams-naming-scheme
    "Elastic Agent uses the Elastic data stream naming scheme to name data streams."
    "Elasticsearch provides the following built-in, ECS based templates: logs-*-*, metrics-**-, and synthetics-*-*."

  • @kedarbehera7842
    @kedarbehera7842 Рік тому

    Please help me understanding the difference between the index alias and the rollover alias. Can we give different names to these aliases?