Skip to content

Commit

Permalink
Improve type mappings configuration of the official example (#432)
Browse files Browse the repository at this point in the history
  • Loading branch information
pivovarit authored Jul 2, 2024
1 parent 869e965 commit 6d7cf86
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions examples/kibana-sample-data/quesma/config/local-dev.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,9 @@ indexes:
enabled: true
mappings:
products.manufacturer: "text"
products.product_name: "text"
geoip.location: "geo_point"
category: "text"
kibana_sample_data_flights:
enabled: true
mappings:
Expand All @@ -30,6 +33,8 @@ indexes:
mappings:
ip: "ip"
clientip: "ip"
geo::coordinates: "point"
extension: "text"
aliases:
timestamp:
source: "timestamp"
Expand Down

0 comments on commit 6d7cf86

Please sign in to comment.