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

Add default field format based on field name #6563

Closed
kurtado opened this issue Mar 17, 2016 · 2 comments
Closed

Add default field format based on field name #6563

kurtado opened this issue Mar 17, 2016 · 2 comments
Labels
Feature:Kibana Management Feature label for Data Views, Advanced Setting, Saved Object management pages release_note:enhancement Team:Visualizations Visualization editors, elastic-charts and infrastructure

Comments

@kurtado
Copy link

kurtado commented Mar 17, 2016

It would be nice to configure (in the Kibana-wide settings) a default field formatter based on the field name.

For example, every time I configure an index pattern, if Kibana encounters a field called "bytes", it should automatically configure the bytes format.

Similarly, for a field named "url" or request", it could configure the field as a URL/link automagically.

@chrisronline
Copy link
Contributor

I really like this idea. We've been playing with the idea of promoting field formatters to first class objects within Kibana and the ability to manage them outside of an index pattern entirely. Then, we can add some nifty ways to connect them to index pattern fields, either manually or automatically.

@timroes timroes added Team:Visualizations Visualization editors, elastic-charts and infrastructure Feature:Kibana Management Feature label for Data Views, Advanced Setting, Saved Object management pages and removed Team:Visualizations Visualization editors, elastic-charts and infrastructure :Management DO NOT USE labels Nov 27, 2018
@timroes
Copy link
Contributor

timroes commented Jun 21, 2021

We're trying to stay away from that kind of implicit behavior that might cause weird unknown side-effects. I'll close this in reference to discussion around semantic data for fields that could indicate if a field is bytes, and e.g. Elastic Common Schema conform data could automatically prefill those semantic information, which itself would e.g. configure field formatters as you describe.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Feature:Kibana Management Feature label for Data Views, Advanced Setting, Saved Object management pages release_note:enhancement Team:Visualizations Visualization editors, elastic-charts and infrastructure
Projects
None yet
Development

No branches or pull requests

4 participants