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
  • Loading branch information
pjhampton authored Jun 20, 2022
1 parent 7e44314 commit 52f15aa
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 52f15aa

Please sign in to comment.