mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 09:48:58 -04:00
Co-authored-by: Elastic Machine <elasticmachine@users.noreply.github.com> Co-authored-by: Elastic Machine <elasticmachine@users.noreply.github.com>
This commit is contained in:
parent
f9c56c029f
commit
de1572f66c
3 changed files with 6 additions and 268 deletions
|
@ -17,135 +17,7 @@ export const inventoryViewSavedObjectType: SavedObjectsType = {
|
|||
importableAndExportable: true,
|
||||
},
|
||||
mappings: {
|
||||
properties: {
|
||||
name: {
|
||||
type: 'keyword',
|
||||
},
|
||||
sort: {
|
||||
properties: {
|
||||
by: {
|
||||
type: 'keyword',
|
||||
},
|
||||
direction: {
|
||||
type: 'keyword',
|
||||
},
|
||||
},
|
||||
},
|
||||
metric: {
|
||||
properties: {
|
||||
type: {
|
||||
type: 'keyword',
|
||||
},
|
||||
field: {
|
||||
type: 'keyword',
|
||||
},
|
||||
aggregation: {
|
||||
type: 'keyword',
|
||||
},
|
||||
id: {
|
||||
type: 'keyword',
|
||||
},
|
||||
label: {
|
||||
type: 'keyword',
|
||||
},
|
||||
},
|
||||
},
|
||||
legend: {
|
||||
properties: {
|
||||
palette: {
|
||||
type: 'keyword',
|
||||
},
|
||||
steps: {
|
||||
type: 'long',
|
||||
},
|
||||
reverseColors: {
|
||||
type: 'boolean',
|
||||
},
|
||||
},
|
||||
},
|
||||
groupBy: {
|
||||
type: 'nested',
|
||||
properties: {
|
||||
label: {
|
||||
type: 'keyword',
|
||||
},
|
||||
field: {
|
||||
type: 'keyword',
|
||||
},
|
||||
},
|
||||
},
|
||||
nodeType: {
|
||||
type: 'keyword',
|
||||
},
|
||||
view: {
|
||||
type: 'keyword',
|
||||
},
|
||||
customOptions: {
|
||||
type: 'nested',
|
||||
properties: {
|
||||
text: {
|
||||
type: 'keyword',
|
||||
},
|
||||
field: {
|
||||
type: 'keyword',
|
||||
},
|
||||
},
|
||||
},
|
||||
customMetrics: {
|
||||
type: 'nested',
|
||||
properties: {
|
||||
type: {
|
||||
type: 'keyword',
|
||||
},
|
||||
field: {
|
||||
type: 'keyword',
|
||||
},
|
||||
aggregation: {
|
||||
type: 'keyword',
|
||||
},
|
||||
id: {
|
||||
type: 'keyword',
|
||||
},
|
||||
label: {
|
||||
type: 'keyword',
|
||||
},
|
||||
},
|
||||
},
|
||||
boundsOverride: {
|
||||
properties: {
|
||||
max: {
|
||||
type: 'integer',
|
||||
},
|
||||
min: {
|
||||
type: 'integer',
|
||||
},
|
||||
},
|
||||
},
|
||||
autoBounds: {
|
||||
type: 'boolean',
|
||||
},
|
||||
time: {
|
||||
type: 'long',
|
||||
},
|
||||
autoReload: {
|
||||
type: 'boolean',
|
||||
},
|
||||
filterQuery: {
|
||||
properties: {
|
||||
kind: {
|
||||
type: 'keyword',
|
||||
},
|
||||
expression: {
|
||||
type: 'keyword',
|
||||
},
|
||||
},
|
||||
},
|
||||
accountId: {
|
||||
type: 'keyword',
|
||||
},
|
||||
region: {
|
||||
type: 'keyword',
|
||||
},
|
||||
},
|
||||
dynamic: false,
|
||||
properties: {},
|
||||
},
|
||||
};
|
||||
|
|
|
@ -17,75 +17,7 @@ export const metricsExplorerViewSavedObjectType: SavedObjectsType = {
|
|||
importableAndExportable: true,
|
||||
},
|
||||
mappings: {
|
||||
properties: {
|
||||
name: {
|
||||
type: 'keyword',
|
||||
},
|
||||
options: {
|
||||
properties: {
|
||||
forceInterval: {
|
||||
type: 'boolean',
|
||||
},
|
||||
metrics: {
|
||||
type: 'nested',
|
||||
properties: {
|
||||
aggregation: {
|
||||
type: 'keyword',
|
||||
},
|
||||
field: {
|
||||
type: 'keyword',
|
||||
},
|
||||
color: {
|
||||
type: 'keyword',
|
||||
},
|
||||
label: {
|
||||
type: 'keyword',
|
||||
},
|
||||
},
|
||||
},
|
||||
limit: {
|
||||
type: 'integer',
|
||||
},
|
||||
groupBy: {
|
||||
type: 'keyword',
|
||||
},
|
||||
filterQuery: {
|
||||
type: 'keyword',
|
||||
},
|
||||
aggregation: {
|
||||
type: 'keyword',
|
||||
},
|
||||
source: {
|
||||
type: 'keyword',
|
||||
},
|
||||
},
|
||||
},
|
||||
chartOptions: {
|
||||
properties: {
|
||||
type: {
|
||||
type: 'keyword',
|
||||
},
|
||||
yAxisMode: {
|
||||
type: 'keyword',
|
||||
},
|
||||
stack: {
|
||||
type: 'boolean',
|
||||
},
|
||||
},
|
||||
},
|
||||
currentTimerange: {
|
||||
properties: {
|
||||
from: {
|
||||
type: 'keyword',
|
||||
},
|
||||
to: {
|
||||
type: 'keyword',
|
||||
},
|
||||
interval: {
|
||||
type: 'keyword',
|
||||
},
|
||||
},
|
||||
},
|
||||
},
|
||||
dynamic: false,
|
||||
properties: {},
|
||||
},
|
||||
};
|
||||
|
|
|
@ -17,74 +17,8 @@ export const infraSourceConfigurationSavedObjectType: SavedObjectsType = {
|
|||
importableAndExportable: true,
|
||||
},
|
||||
mappings: {
|
||||
properties: {
|
||||
name: {
|
||||
type: 'text',
|
||||
},
|
||||
description: {
|
||||
type: 'text',
|
||||
},
|
||||
metricAlias: {
|
||||
type: 'keyword',
|
||||
},
|
||||
logAlias: {
|
||||
type: 'keyword',
|
||||
},
|
||||
inventoryDefaultView: {
|
||||
type: 'keyword',
|
||||
},
|
||||
metricsExplorerDefaultView: {
|
||||
type: 'keyword',
|
||||
},
|
||||
fields: {
|
||||
properties: {
|
||||
container: {
|
||||
type: 'keyword',
|
||||
},
|
||||
host: {
|
||||
type: 'keyword',
|
||||
},
|
||||
pod: {
|
||||
type: 'keyword',
|
||||
},
|
||||
tiebreaker: {
|
||||
type: 'keyword',
|
||||
},
|
||||
timestamp: {
|
||||
type: 'keyword',
|
||||
},
|
||||
},
|
||||
},
|
||||
logColumns: {
|
||||
type: 'nested',
|
||||
properties: {
|
||||
timestampColumn: {
|
||||
properties: {
|
||||
id: {
|
||||
type: 'keyword',
|
||||
},
|
||||
},
|
||||
},
|
||||
messageColumn: {
|
||||
properties: {
|
||||
id: {
|
||||
type: 'keyword',
|
||||
},
|
||||
},
|
||||
},
|
||||
fieldColumn: {
|
||||
properties: {
|
||||
id: {
|
||||
type: 'keyword',
|
||||
},
|
||||
field: {
|
||||
type: 'keyword',
|
||||
},
|
||||
},
|
||||
},
|
||||
},
|
||||
},
|
||||
},
|
||||
dynamic: false,
|
||||
properties: {},
|
||||
},
|
||||
migrations: {
|
||||
'7.9.0': addNewIndexingStrategyIndexNames,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue