Skip to content
This repository has been archived by the owner on Sep 17, 2024. It is now read-only.

Commit

Permalink
Change Elastic Agent log format #376
Browse files Browse the repository at this point in the history
Change Elastic Agent log format #376
  • Loading branch information
michalpristas authored Oct 20, 2020
2 parents dbd8aef + 87d75cf commit 536737b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion e2e/_suites/fleet/stand-alone.go
Original file line number Diff line number Diff line change
Expand Up @@ -297,7 +297,7 @@ func searchAgentData(hostname string, startDate time.Time, minimumHitsCount int,
},
}

indexName := "logs-elastic.agent-default"
indexName := "logs-elastic_agent-default"

result, err := e2e.WaitForNumberOfHits(indexName, esQuery, minimumHitsCount, maxTimeout)
if err != nil {
Expand Down

0 comments on commit 536737b

Please sign in to comment.