-
Notifications
You must be signed in to change notification settings - Fork 8.3k
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
Index-Pattern Export only exports URL fields #99969
Comments
Pinging @elastic/kibana-core (Team:Core) |
I'm very surprised of the issue's description TBH. We're not performing any kind of transformation on the object's data when exporting, so I honestly don't see how some truncation could occur. Could you please provide the generated output from an export , and then the result of accessing one of the faulty exported index pattern via GET <kibana host>:<port>/api/saved_objects/index-pattern/<id> |
I assume this might be related to #82223: since the 7.11 field list is loaded via field caps API and there is no field cache of es fields on index pattern object anymore. If this is the case then this new behavior is expected and not a bug. @mattkime, could you please confirm if my assumption is legit? |
Kibana version: 7.12.1
Elasticsearch version: 7.12.1
Server OS version: Debian 10
Browser version: Latest Chrome
Browser OS version: Latest Windows 10
Original install method (e.g. download page, yum, from source, etc.): dpkg
Describe the bug: Index-Pattern should include all fields, not just the URL based fields
Steps to reproduce:
With curl the same result:
No logs show unexpected behavior, things worked as expected in previous versions (prior 7.12)
The text was updated successfully, but these errors were encountered: