mirror of
https://github.com/elastic/kibana.git
synced 2025-06-28 11:05:39 -04:00
adding es version field support (#104870)
This commit is contained in:
parent
1002125238
commit
63ffc9fc47
6 changed files with 10 additions and 2 deletions
|
@ -50,4 +50,5 @@ export declare enum ES_FIELD_TYPES
|
|||
| TEXT | <code>"text"</code> | |
|
||||
| TOKEN\_COUNT | <code>"token_count"</code> | |
|
||||
| UNSIGNED\_LONG | <code>"unsigned_long"</code> | |
|
||||
| VERSION | <code>"version"</code> | |
|
||||
|
||||
|
|
|
@ -50,4 +50,5 @@ export declare enum ES_FIELD_TYPES
|
|||
| TEXT | <code>"text"</code> | |
|
||||
| TOKEN\_COUNT | <code>"token_count"</code> | |
|
||||
| UNSIGNED\_LONG | <code>"unsigned_long"</code> | |
|
||||
| VERSION | <code>"version"</code> | |
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue