Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Kibana Feature : ability to disable highlight for a field or atleast index #80795

Closed
Tracked by #166175
divit00 opened this issue Oct 16, 2020 · 8 comments
Closed
Tracked by #166175
Labels
enhancement New value added to drive a business result Feature:Data Views Data Views code and UI - index patterns before 8.0 Feature:Search Querying infrastructure in Kibana Icebox impact:low Addressing this issue will have a low level of impact on the quality/strength of our product. loe:small Small Level of Effort Team:DataDiscovery Discover App Team (Document Explorer, Saved Search, Surrounding documents, Graph)

Comments

@divit00
Copy link

divit00 commented Oct 16, 2020

Describe the feature:

In Kibana, we often face the issue with index.max.analyzed_offset greater than 1000000.

To solve this we can either increase its value to greater than 1000000 but it will make the query slower.

Or, we can use term_vectors but that would increase the size.

Or, we can disable doc_table:highlight in Kibana advanced settings to disable highlight completely for all indices. That is also not perfect because highlights are useful.

So, can we have a feature either to turn off highlights for

  1. For a Index completely
  2. For a Field in an Index. This would be best.

Either of the solution would work for me.

@mshustov mshustov added enhancement New value added to drive a business result Team:AppArch labels Oct 20, 2020
@elasticmachine
Copy link
Contributor

Pinging @elastic/kibana-app-arch (Team:AppArch)

@kibanamachine kibanamachine added this to To triage in kibana-app-arch Oct 20, 2020
@lukeelmers lukeelmers added the Feature:Search Querying infrastructure in Kibana label Oct 21, 2020
@jbaggs
Copy link

jbaggs commented Nov 6, 2020

So, can we have a feature either to turn off highlights for

1. For a Index completely

2. For a Field in an Index. This would be best.

Either of the solution would work for me.

With a project I am working on, I am running into this same issue. I would have the exact same preference of turning highlights off in a field over an index. The fields I would turn highlighting off for directly correlate with ones I turn off indexing for in Elasticsearch. (larger stuff I want to retrieve, but have already acknowledged is a bit beyond processing within ELK.)

@exalate-issue-sync exalate-issue-sync bot added impact:low Addressing this issue will have a low level of impact on the quality/strength of our product. loe:small Small Level of Effort labels Jun 2, 2021
@lukasolson lukasolson added the Feature:Data Views Data Views code and UI - index patterns before 8.0 label May 19, 2022
@ppisljar
Copy link
Member

ppisljar commented Aug 9, 2022

Thank you for contributing to this issue, however, we are closing this issue due to inactivity as part of a backlog grooming effort. If you believe this feature/bug should still be considered, please reopen with a comment.

@ppisljar ppisljar closed this as not planned Won't fix, can't repro, duplicate, stale Aug 9, 2022
kibana-app-arch automation moved this from To triage to Done in current release Aug 9, 2022
@divit00
Copy link
Author

divit00 commented Aug 9, 2022

I still believe this is an important issue to be fixed. Many people do come across this issue but they just turn off Kibana Highlights which isn't a good solution.

@ppisljar ppisljar reopened this Aug 10, 2022
kibana-app-arch automation moved this from Done in current release to In progress Aug 10, 2022
@petrklapka petrklapka added Team:DataDiscovery Discover App Team (Document Explorer, Saved Search, Surrounding documents, Graph) and removed Team:AppServicesSv labels Nov 28, 2022
@elasticmachine
Copy link
Contributor

Pinging @elastic/kibana-data-discovery (Team:DataDiscovery)

@kertal
Copy link
Member

kertal commented Oct 23, 2023

Closing this because it's not planned to be resolved in the foreseeable future. It will be tracked in our Icebox and will be re-opened if our priorities change. Feel free to re-open if you think it should be melted sooner.

@kertal kertal closed this as completed Oct 23, 2023
kibana-app-arch automation moved this from In progress to Done in current release Oct 23, 2023
@kertal kertal added the Icebox label Oct 23, 2023
@JediExterm
Copy link

JediExterm commented May 8, 2024

You guys really don't want to do this, huh? This enhancement would be a great benefit to my organization as well, especially since there seems to be no acceptable work around, requiring us to sacrifice speed, size, or highlighting in its entirety

@kertal
Copy link
Member

kertal commented May 10, 2024

@JediExterm It's not that we don't wanna do this. We see this would make sense, but we think it's better to communicate that it's not planned to be resolved in the foreseeable future. That's why it's "iceboxed". But we already implemented issues that were iceboxes before, because of change of priorities, or having new insights

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New value added to drive a business result Feature:Data Views Data Views code and UI - index patterns before 8.0 Feature:Search Querying infrastructure in Kibana Icebox impact:low Addressing this issue will have a low level of impact on the quality/strength of our product. loe:small Small Level of Effort Team:DataDiscovery Discover App Team (Document Explorer, Saved Search, Surrounding documents, Graph)
Projects
kibana-app-arch
  
Done in current release
Development

No branches or pull requests

10 participants