Elasticsearch : store history data in multiple date-based indices

XMLWordPrintable

    • Sprint 33, Sprint 34
    • 1

      In order to properly scale history data in elasticsearch, we should use multiple indices per type, and the common way to split them is by date.

      With only one index, we can't dynamically add shards as index grows (a reindex is needed otherwise), we can't store fresh data in hot nodes and move old ones to cold nodes, etc..

      IMO there are two ways to achieve date based indices setup :

            Assignee:
            Vjaceslavs Bogdanovs
            Reporter:
            Julien Leboeuf
            Team D
            Votes:
            3 Vote for this issue
            Watchers:
            11 Start watching this issue

              Created:
              Updated:
              Resolved: