mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 17:59:23 -04:00
[Index pattern field editor] Add preview for runtime fields (#100198)
This commit is contained in:
parent
d78d66d424
commit
b24d44d165
103 changed files with 5263 additions and 734 deletions
|
@ -67,6 +67,7 @@ export const runtimeMappingsSchema = schema.maybe(
|
|||
schema.literal('date'),
|
||||
schema.literal('ip'),
|
||||
schema.literal('boolean'),
|
||||
schema.literal('geo_point'),
|
||||
]),
|
||||
script: schema.maybe(
|
||||
schema.oneOf([
|
||||
|
|
|
@ -12,3 +12,5 @@ export {
|
|||
patternValidator,
|
||||
ChartData,
|
||||
} from '../../ml/common';
|
||||
|
||||
export { RUNTIME_FIELD_TYPES } from '../../../../src/plugins/data/common';
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue