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
* Update receiver.ts

* commit using @elastic.co

(cherry picked from commit 52f15aa)
  • Loading branch information
pjhampton committed Jun 20, 2022
1 parent 5b19959 commit 9a774c1
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 9a774c1

Please sign in to comment.