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

API for updating field formats #12756

Closed
stacey-gammon opened this issue Jul 11, 2017 · 5 comments · Fixed by #83576
Closed

API for updating field formats #12756

stacey-gammon opened this issue Jul 11, 2017 · 5 comments · Fixed by #83576
Labels
enhancement New value added to drive a business result Feature:Data Views Data Views code and UI - index patterns before 8.0 Feature:FieldFormatters

Comments

@stacey-gammon
Copy link
Contributor

Background: https://discuss.elastic.co/t/set-kibana-field-format-using-apis-for-kibana-index/92352/2

We currently store field format information in a special format in the .kibana index. e.g.: "fieldFormatMap": """{"machine.ram":{"id":"percent"}}"""

For customers who wish to programmatically update field formatters, bypassing the UI, there is currently no officially supported way to do this, and the format may change at any time. If we introduced an API to update field formats this would be simpler.

Sounds inline with the new platform work anyhow, which will have all plugins communicating via an API.

@stacey-gammon stacey-gammon added Team:Core Core services & architecture: plugins, logging, config, saved objects, http, ES client, i18n, etc release_note:enhancement labels Jul 11, 2017
@johnhearn
Copy link

Went to the _templates API expecting to see the current field formats so the same configuration could be applied to all environments. Is there a workaround for automated deployments?

@texnewmex
Copy link

@stacey-gammon any update on this?

@epixa epixa added enhancement New value added to drive a business result and removed release_note:enhancement labels May 7, 2018
@texnewmex
Copy link

If anyone has a work around on this, it would be greatly appreciated.

@epixa epixa added Team:Visualizations Visualization editors, elastic-charts and infrastructure and removed Team:Core Core services & architecture: plugins, logging, config, saved objects, http, ES client, i18n, etc labels Oct 16, 2018
@timroes timroes added Feature:FieldFormatters Feature:Data Views Data Views code and UI - index patterns before 8.0 Team:AppArch and removed Team:Visualizations Visualization editors, elastic-charts and infrastructure labels Mar 27, 2020
@elasticmachine
Copy link
Contributor

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

@mattkime
Copy link
Contributor

mattkime commented Dec 2, 2020

Will be addressed by #83576

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:FieldFormatters
Projects
None yet
Development

Successfully merging a pull request may close this issue.

7 participants