Skip to content

Commit

Permalink
kibana_sample_data_logs.extension as 'text' and not 'keyword' (#430)
Browse files Browse the repository at this point in the history
The default Kibana dashboard expects `extension` to be of a `text` type
and not `keyword`

Before:
![Screenshot 2024-07-02 at 10 59
29](https://github.com/QuesmaOrg/quesma/assets/2182533/d1040398-c01c-469c-9d49-0ec47b6f067e)

After:
![Screenshot 2024-07-02 at 11 00
27](https://github.com/QuesmaOrg/quesma/assets/2182533/d35ddcfc-01ef-4bd7-a1cf-27eee10a68bd)
  • Loading branch information
pivovarit authored Jul 2, 2024
1 parent 3506a4b commit 78b000c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docker/quesma/config/local-dev.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ indexes:
ip: "ip"
clientip: "ip"
geo::coordinates: "point"
extension: "text"
aliases:
timestamp:
source: "timestamp"
Expand Down

0 comments on commit 78b000c

Please sign in to comment.