OpenSearch/docs/reference
Martijn van Groningen ac3d090379 Added date math support in index names
Date math index name resolution enables you to search a range of time-series indices, rather than searching all of your time-series indices and filtering the the results or maintaining aliases. Limiting the number of indices that are searched reduces the load on the cluster and improves execution performance. For example, if you are searching for errors in your daily logs, you can use a date math name template to restrict the search to the past two days.

The added `ExpressionResolver` implementation that is responsible for resolving date math expressions in index names. This resolver is evaluated before wildcard expressions are evaluated.

The supported format: `<static_name{date_math_expr{date_format|timezone_id}}>` and the date math expressions must be enclosed within angle brackets. The `date_format` is optional and defaults to `YYYY.MM.dd`. The `timezone_id` id is optional too and defaults to `utc`.

The `{` character can be escaped by places `\\` before it.

Closes #12059
2015-07-29 17:33:55 +02:00
..
aggregations Aggregations: Add HDRHistogram as an option in percentiles and percentile_ranks aggregations 2015-07-24 17:55:36 +01:00
analysis Docs: Use "js" instead of "json" and "sh" instead of "shell" for source highlighting 2015-07-14 18:14:09 +02:00
cat Add scroll stats to cat API 2015-07-19 13:41:46 -04:00
cluster Update OS stats 2015-07-08 17:48:10 +02:00
docs Add support for retrieving fields in bulk updates 2015-07-08 12:06:20 -04:00
images Aggregations: add serial differencing pipeline aggregation 2015-07-10 18:22:01 -04:00
index-modules Docs: Refactored the mapping meta-fields docs 2015-07-20 01:26:27 +02:00
indices Left over from the `query_cache` to `request_cache` rename. 2015-07-27 13:28:15 +02:00
mapping Merge branch 'master' into fix/12329 2015-07-21 00:29:34 -07:00
migration Removing TransportSingleCustomOperationAction in favour of TransportSingleShardAction to clean up code. 2015-07-23 16:42:10 +02:00
modules Left over from the `query_cache` to `request_cache` rename. 2015-07-27 13:28:15 +02:00
query-dsl Merge pull request #12357 from rjernst/fix/12317 2015-07-21 00:27:27 -07:00
search Left over from the `query_cache` to `request_cache` rename. 2015-07-27 13:28:15 +02:00
setup Docs: Use "js" instead of "json" and "sh" instead of "shell" for source highlighting 2015-07-14 18:14:09 +02:00
testing Replace references to ImmutableSettings with Settings 2015-06-24 14:54:53 +09:00
aggregations.asciidoc Scripting: Unify script and template requests across codebase 2015-05-29 16:52:04 +01:00
analysis.asciidoc Add more anchor links to documentation 2013-09-30 13:13:16 -06:00
api-conventions.asciidoc Added date math support in index names 2015-07-29 17:33:55 +02:00
cat.asciidoc Docs: Use "js" instead of "json" and "sh" instead of "shell" for source highlighting 2015-07-14 18:14:09 +02:00
cluster.asciidoc Remove `_shutdown` API 2015-04-27 17:19:36 +02:00
docs.asciidoc Bulk UDP: Removal. 2014-09-11 09:52:09 +02:00
getting-started.asciidoc Fix grammar 2015-07-08 18:21:03 +02:00
glossary.asciidoc Migrated documentation into the main repo 2013-08-29 01:24:34 +02:00
index-modules.asciidoc Docs: Updated the source field docs to remove deprecation of includes/excludes 2015-07-10 15:52:30 +02:00
index.asciidoc Docs: Added stub entries for pages deleted from 1.x 2015-05-24 17:57:34 +02:00
indices.asciidoc Docs: Incorrect file name for shard stores 2015-07-18 12:08:46 +02:00
mapping.asciidoc Docs: Refactored modules and index modules sections 2015-06-22 23:49:45 +02:00
modules.asciidoc Docs: Refactored modules and index modules sections 2015-06-22 23:49:45 +02:00
query-dsl.asciidoc Docs: Reorganised the Query DSL docs into families and explaing query vs filter context 2015-06-04 01:59:37 +02:00
redirects.asciidoc Rename caches. 2015-06-29 10:15:27 +02:00
search.asciidoc [Docs] Fix minor spelling errors 2015-05-25 19:56:43 +02:00
setup.asciidoc Docs: Added stub entries for pages deleted from 1.x 2015-05-24 17:57:34 +02:00
testing.asciidoc [DOCS] Test framework documentation 2013-12-02 18:01:45 +01:00