Skip to content

Commit

Permalink
Lint example file
Browse files Browse the repository at this point in the history
  • Loading branch information
lcawl committed Dec 10, 2024
1 parent e1c1ed4 commit 226eb27
Showing 1 changed file with 5 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4,16 +4,16 @@ summary: Create or update an index template.
# type: request
value:
index_patterns:
- "te*"
- "bar*"
- 'te*'
- 'bar*'
settings:
number_of_shards: 1
mappings:
_source:
_source:
enabled: false
properties:
host_name:
type: keyword
created_at:
created_at:
type: date
format: "EEE MMM dd HH:mm:ss Z yyyy"
format: 'EEE MMM dd HH:mm:ss Z yyyy'

0 comments on commit 226eb27

Please sign in to comment.