-
Notifications
You must be signed in to change notification settings - Fork 8.5k
[Maps] Add support for date fields in dynamic styles #47903
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
Merged
Merged
Changes from all commits
Commits
Show all changes
16 commits
Select commit
Hold shift + click to select a range
1bbbcc5
[Maps] retrieve geo_point value from docvalue_fields instead of _source
nreese a6ff011
[Maps] retrieve geo_point value from docvalue_fields instead of _source
nreese eccced0
Dynamically style by time field
nickpeihl 00c6a15
merge with master
nreese 3cef649
Add epoch_millis to date fields in docvalues
nickpeihl 76b51e4
add functional test ensuring _search request only pulls what is needed
nreese b7fcbe7
Merge branch 'geo_field_docvalue_field' of https://github.com/nreese/…
nickpeihl 39936a2
Add functional test for dynamic styles by date field
nickpeihl 3adaec0
Support dynamic styles in top hits agg
nickpeihl 6386a0d
Merge branch 'master' of https://github.com/elastic/kibana into dynam…
nickpeihl c44fa85
Add getTimeFields fn to vector_source
nickpeihl aec93cb
Retrieve only epoch_millis for date fields in docvalues
nickpeihl 84e946b
Merge branch 'master' of github.com:elastic/kibana into dynamic-style…
nreese 478ae8c
use new Fields syntax, simplify docvalue_fields creation
nreese 2ee2145
fix comment
nreese 2ec0645
Merge pull request #1 from nreese/style_by_date
nickpeihl File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Would this list time fields list before number fields in the UI? (Or is there something else sorting them later?) 🤔
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The list in the dropdown appears to be alphabetical by field label.