question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

`body.content` fields should be text instead of keyword

See original GitHub issue

Why 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:closed
  • Created 5 years ago
  • Comments:6 (4 by maintainers)

github_iconTop GitHub Comments

1reaction
flexoidcommented, Feb 25, 2019

@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.

0reactions
webmatcommented, Feb 25, 2019

Excellent. Good luck 😃

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found