Skip to content

Commit

Permalink
[APM] Remove v1 and make required ECS changes (#28068)
Browse files Browse the repository at this point in the history
* [APM] ECS changes

* Remove ambient types for idx

* Update `observer.listening`

* Added type safety to property config

* More ECS updates

* Juan fixes for ECS
  • Loading branch information
sorenlouv committed Jan 24, 2019
1 parent 5b6ecbc commit 9d33143
Show file tree
Hide file tree
Showing 79 changed files with 802 additions and 1,387 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ export function onPremInstructions(apmIndexPattern) {
bool: {
filter: {
exists: {
field: 'listening',
field: 'observer.listening',
},
},
},
Expand Down
1 change: 0 additions & 1 deletion x-pack/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -182,7 +182,6 @@
"history-extra": "^4.0.2",
"humps": "2.0.1",
"icalendar": "0.7.1",
"idx": "^2.5.2",
"inline-style": "^2.0.0",
"intl": "^1.2.5",
"io-ts": "^1.4.2",
Expand Down
Loading

0 comments on commit 9d33143

Please sign in to comment.