mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 01:38:56 -04:00
chore(slo): Remove context in aggregated data (#143318)
This commit is contained in:
parent
137b4bd316
commit
8cb51bda55
4 changed files with 0 additions and 80 deletions
|
@ -57,26 +57,6 @@ Object {
|
|||
"field": "@timestamp",
|
||||
},
|
||||
},
|
||||
"slo.context.service.environment": Object {
|
||||
"terms": Object {
|
||||
"field": "service.environment",
|
||||
},
|
||||
},
|
||||
"slo.context.service.name": Object {
|
||||
"terms": Object {
|
||||
"field": "service.name",
|
||||
},
|
||||
},
|
||||
"slo.context.transaction.name": Object {
|
||||
"terms": Object {
|
||||
"field": "transaction.name",
|
||||
},
|
||||
},
|
||||
"slo.context.transaction.type": Object {
|
||||
"terms": Object {
|
||||
"field": "transaction.type",
|
||||
},
|
||||
},
|
||||
"slo.id": Object {
|
||||
"terms": Object {
|
||||
"field": "slo.id",
|
||||
|
|
|
@ -62,26 +62,6 @@ Object {
|
|||
"field": "@timestamp",
|
||||
},
|
||||
},
|
||||
"slo.context.service.environment": Object {
|
||||
"terms": Object {
|
||||
"field": "service.environment",
|
||||
},
|
||||
},
|
||||
"slo.context.service.name": Object {
|
||||
"terms": Object {
|
||||
"field": "service.name",
|
||||
},
|
||||
},
|
||||
"slo.context.transaction.name": Object {
|
||||
"terms": Object {
|
||||
"field": "transaction.name",
|
||||
},
|
||||
},
|
||||
"slo.context.transaction.type": Object {
|
||||
"terms": Object {
|
||||
"field": "transaction.type",
|
||||
},
|
||||
},
|
||||
"slo.id": Object {
|
||||
"terms": Object {
|
||||
"field": "slo.id",
|
||||
|
|
|
@ -131,26 +131,6 @@ export class ApmTransactionDurationTransformGenerator implements TransformGenera
|
|||
calendar_interval: '1m' as AggregationsCalendarInterval,
|
||||
},
|
||||
},
|
||||
'slo.context.transaction.name': {
|
||||
terms: {
|
||||
field: 'transaction.name',
|
||||
},
|
||||
},
|
||||
'slo.context.transaction.type': {
|
||||
terms: {
|
||||
field: 'transaction.type',
|
||||
},
|
||||
},
|
||||
'slo.context.service.name': {
|
||||
terms: {
|
||||
field: 'service.name',
|
||||
},
|
||||
},
|
||||
'slo.context.service.environment': {
|
||||
terms: {
|
||||
field: 'service.environment',
|
||||
},
|
||||
},
|
||||
};
|
||||
}
|
||||
|
||||
|
|
|
@ -133,26 +133,6 @@ export class ApmTransactionErrorRateTransformGenerator implements TransformGener
|
|||
calendar_interval: '1m' as AggregationsCalendarInterval,
|
||||
},
|
||||
},
|
||||
'slo.context.transaction.name': {
|
||||
terms: {
|
||||
field: 'transaction.name',
|
||||
},
|
||||
},
|
||||
'slo.context.transaction.type': {
|
||||
terms: {
|
||||
field: 'transaction.type',
|
||||
},
|
||||
},
|
||||
'slo.context.service.name': {
|
||||
terms: {
|
||||
field: 'service.name',
|
||||
},
|
||||
},
|
||||
'slo.context.service.environment': {
|
||||
terms: {
|
||||
field: 'service.environment',
|
||||
},
|
||||
},
|
||||
};
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue