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

Support for number, date and IP range data types #76971

Merged
merged 25 commits into from
Mar 8, 2021
Merged
Show file tree
Hide file tree
Changes from 24 commits
Commits
Show all changes
25 commits
Select commit Hold shift + click to select a range
4d77749
Support for number, date and IP ranges
wylieconlon Sep 8, 2020
e2ad9de
Update tests
wylieconlon Sep 8, 2020
2c98e04
Merge remote-tracking branch 'origin/master' into range-types
wylieconlon Sep 15, 2020
7e1fefb
Ranges don't work with range agg
wylieconlon Sep 15, 2020
f8c1478
Merge remote-tracking branch 'origin/master' into range-types
wylieconlon Jan 29, 2021
43cf942
Fix test case
wylieconlon Jan 29, 2021
4a3d312
Merge remote-tracking branch 'origin/master' into range-types
wylieconlon Feb 1, 2021
5aff4e1
Allow Discover to create range filters
wylieconlon Feb 1, 2021
3b08bbb
Merge remote-tracking branch 'origin/master' into range-types
wylieconlon Feb 2, 2021
9330884
Supports ranges in Visualize, KQL, remove Lens support
wylieconlon Feb 2, 2021
d1e60eb
Fix test mappings
wylieconlon Feb 3, 2021
8492355
Merge remote-tracking branch 'origin/master' into range-types
wylieconlon Feb 25, 2021
0e15906
Bring back field cache to work around bug
wylieconlon Feb 25, 2021
6c9b3db
Merge remote-tracking branch 'origin/master' into range-types
wylieconlon Mar 1, 2021
5d70230
Fix some tests
wylieconlon Mar 1, 2021
e08520c
Fix test expectation
wylieconlon Mar 2, 2021
e665736
Merge remote-tracking branch 'origin/master' into range-types
wylieconlon Mar 2, 2021
e6e3dca
Respond to review comments
wylieconlon Mar 3, 2021
0582ce8
Fix type error
wylieconlon Mar 3, 2021
3196f5b
Merge remote-tracking branch 'origin/master' into range-types
wylieconlon Mar 3, 2021
1e7357c
Remove added sample data
wylieconlon Mar 3, 2021
466dbb0
Fix api_docs
wylieconlon Mar 3, 2021
4a44b9d
Merge remote-tracking branch 'origin/master' into range-types
wylieconlon Mar 3, 2021
24d4b20
Fix test
wylieconlon Mar 3, 2021
c2d965c
Merge remote-tracking branch 'origin/master' into range-types
wylieconlon Mar 8, 2021
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 6 additions & 6 deletions api_docs/data.json
Original file line number Diff line number Diff line change
Expand Up @@ -11864,8 +11864,8 @@
"description": [],
"source": {
"path": "src/plugins/data/common/kbn_field_types/types.ts",
"lineNumber": 57,
"link": "https://github.com/elastic/kibana/tree/mastersrc/plugins/data/common/kbn_field_types/types.ts#L57"
"lineNumber": 64,
"link": "https://github.com/elastic/kibana/tree/mastersrc/plugins/data/common/kbn_field_types/types.ts#L64"
},
"initialIsOpen": false
},
Expand Down Expand Up @@ -21350,8 +21350,8 @@
"description": [],
"source": {
"path": "src/plugins/data/common/kbn_field_types/types.ts",
"lineNumber": 57,
"link": "https://github.com/elastic/kibana/tree/mastersrc/plugins/data/common/kbn_field_types/types.ts#L57"
"lineNumber": 64,
"link": "https://github.com/elastic/kibana/tree/mastersrc/plugins/data/common/kbn_field_types/types.ts#L64"
},
"initialIsOpen": false
},
Expand Down Expand Up @@ -28283,8 +28283,8 @@
"description": [],
"source": {
"path": "src/plugins/data/common/kbn_field_types/types.ts",
"lineNumber": 57,
"link": "https://github.com/elastic/kibana/tree/mastersrc/plugins/data/common/kbn_field_types/types.ts#L57"
"lineNumber": 64,
"link": "https://github.com/elastic/kibana/tree/mastersrc/plugins/data/common/kbn_field_types/types.ts#L64"
},
"initialIsOpen": false
}
Expand Down
16 changes: 8 additions & 8 deletions api_docs/data_field_formats.json
Original file line number Diff line number Diff line change
Expand Up @@ -3459,8 +3459,8 @@
"description": [],
"source": {
"path": "src/plugins/data/common/field_formats/converters/string.ts",
"lineNumber": 80,
"link": "https://github.com/elastic/kibana/tree/mastersrc/plugins/data/common/field_formats/converters/string.ts#L80"
"lineNumber": 83,
"link": "https://github.com/elastic/kibana/tree/mastersrc/plugins/data/common/field_formats/converters/string.ts#L83"
},
"signature": [
"({ kind: boolean; text: string; } | { kind: string; text: string; })[]"
Expand All @@ -3479,8 +3479,8 @@
"returnComment": [],
"source": {
"path": "src/plugins/data/common/field_formats/converters/string.ts",
"lineNumber": 82,
"link": "https://github.com/elastic/kibana/tree/mastersrc/plugins/data/common/field_formats/converters/string.ts#L82"
"lineNumber": 85,
"link": "https://github.com/elastic/kibana/tree/mastersrc/plugins/data/common/field_formats/converters/string.ts#L85"
}
},
{
Expand All @@ -3497,8 +3497,8 @@
"description": [],
"source": {
"path": "src/plugins/data/common/field_formats/converters/string.ts",
"lineNumber": 102,
"link": "https://github.com/elastic/kibana/tree/mastersrc/plugins/data/common/field_formats/converters/string.ts#L102"
"lineNumber": 105,
"link": "https://github.com/elastic/kibana/tree/mastersrc/plugins/data/common/field_formats/converters/string.ts#L105"
}
}
],
Expand All @@ -3509,8 +3509,8 @@
"label": "textConvert",
"source": {
"path": "src/plugins/data/common/field_formats/converters/string.ts",
"lineNumber": 102,
"link": "https://github.com/elastic/kibana/tree/mastersrc/plugins/data/common/field_formats/converters/string.ts#L102"
"lineNumber": 105,
"link": "https://github.com/elastic/kibana/tree/mastersrc/plugins/data/common/field_formats/converters/string.ts#L105"
},
"tags": [],
"returnComment": []
Expand Down
Loading