Skip to content

Commit

Permalink
example-config: Fix config to actually set datetime params
Browse files Browse the repository at this point in the history
In the future, I would like to get rid of that exclamation mark
in the format type.
  • Loading branch information
tontinton committed Jun 1, 2024
1 parent f1ab697 commit bc804d3
Showing 1 changed file with 7 additions and 6 deletions.
13 changes: 7 additions & 6 deletions example_config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,10 @@ schema:
time_field: timestamp
mappings:
timestamp:
type: !datetime
formats:
- timestamp
indexed: true
stored: true
fast: true
type:
!datetime
formats:
- timestamp
indexed: true
stored: true
fast: true

0 comments on commit bc804d3

Please sign in to comment.