Skip to content

Commit

Permalink
Timeline telemetry: Collect less telemetry payloads for 8.3 (#134766) (
Browse files Browse the repository at this point in the history
…#134778)

* Update receiver.ts

* commit using @elastic.co

(cherry picked from commit 52f15aa)

Co-authored-by: Pete Hampton <[email protected]>
  • Loading branch information
kibanamachine and pjhampton authored Jun 20, 2022
1 parent 472d3f1 commit bc1c8f4
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -667,7 +667,7 @@ export class TelemetryReceiver implements ITelemetryReceiver {
expand_wildcards: ['open' as const, 'hidden' as const],
index: `${this.alertsIndex}*`,
ignore_unavailable: true,
size: 100,
size: 30,
body: {
query: {
bool: {
Expand Down

0 comments on commit bc1c8f4

Please sign in to comment.