`body.content` fields should be text instead of keyword
See original GitHub issueWhy http.request.body.content
and http.response.body.content
was introduces as keyword
fields?
Should they be text
instead to allow full text search over request and response content? It looks a lot more useful to me.
Issue Analytics
- State:
- Created 5 years ago
- Comments:6 (4 by maintainers)
Top Results From Across the Web
Aggregations based on text fields instead of keyword fields
So e.g. I want to aggregate on every post that contains the word 'exercise' somewhere in the body field, just as though that...
Read more >Elasticsearch: Text vs. Keyword - Code Curated
The crucial difference between them is that Elasticsearch will analyze the Text while it won't analyze Keyword type.
Read more >In elasticsearch(version 7.7.0) , new fields are getting mapped ...
From elasticsearch 7.x, by default string fields are mapped into text and keyword types (if no explicit mapping is defined). You can create ......
Read more >When to use the keyword type vs text datatype in Elasticsearch
The primary difference between the text datatype and the keyword datatype is that text fields are analyzed at the time of indexing, and...
Read more >Keyword queries and search conditions for eDiscovery
This includes Content search, Microsoft Purview eDiscovery (Standard), and Microsoft ... can be saved with different text formats in the recipient fields.
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
@webmat well, you convinced me. Having a strong convention is more important and useful then insignificant optimization.
We’re started using Elastic Cloud and I’m trying to bring our app logs (Rails, golang, nodejs) to some standard format, and I think I can use ECS as a reference and a starting point for it.
Thanks again. Probably, the issue can be closed.
Excellent. Good luck 😃