Skip to content

Commit 357a07e

Browse files
[DOCS] Fix heading format errors (#31483)
* [DOCS] Fix heading format errors. Closes #31327 * [DOCS] Fix heading format errors. Closes #31327
1 parent c6012ed commit 357a07e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/reference/aggregations/bucket/composite-aggregation.asciidoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -224,7 +224,7 @@ Time values can also be specified via abbreviations supported by <<time-units,ti
224224
Note that fractional time values are not supported, but you can address this by shifting to another
225225
time unit (e.g., `1.5h` could instead be specified as `90m`).
226226

227-
====== Format
227+
*Format*
228228

229229
Internally, a date is represented as a 64 bit number representing a timestamp in milliseconds-since-the-epoch.
230230
These timestamps are returned as the bucket keys. It is possible to return a formatted date string instead using
@@ -257,7 +257,7 @@ GET /_search
257257

258258
<1> Supports expressive date <<date-format-pattern,format pattern>>
259259

260-
====== Time Zone
260+
*Time Zone*
261261

262262
Date-times are stored in Elasticsearch in UTC. By default, all bucketing and
263263
rounding is also done in UTC. The `time_zone` parameter can be used to indicate

0 commit comments

Comments
 (0)