Skip to content

Commit

Permalink
Update index.
Browse files Browse the repository at this point in the history
  • Loading branch information
pjhampton committed Dec 9, 2020
1 parent 5638da9 commit 2018132
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ export class TelemetryEventsSender {
public async fetchDiagnosticAlerts(executeFrom: string, executeTo: string) {
const query = {
expand_wildcards: 'open,hidden',
index: 'logs-endpoint.diagnostic.collection-default*',
index: 'logs-endpoint.diagnostic.collection-*',
ignore_unavailable: true,
size: this.maxQueueSize,
body: {
Expand Down

0 comments on commit 2018132

Please sign in to comment.