Skip to content

Commit

Permalink
fix agent type
Browse files Browse the repository at this point in the history
  • Loading branch information
marshallmain committed Mar 18, 2020
1 parent 923de46 commit b2f022a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion x-pack/plugins/endpoint/common/generate_data.ts
Original file line number Diff line number Diff line change
Expand Up @@ -248,7 +248,7 @@ export class EndpointDocGenerator {
public generateEvent(options: EventOptions = {}): EndpointEvent {
return {
'@timestamp': options.timestamp ? options.timestamp : new Date().getTime(),
agent: { ...this.commonInfo.agent, type: 'endgame' },
agent: { ...this.commonInfo.agent, type: 'endpoint' },
ecs: {
version: '1.4.0',
},
Expand Down

0 comments on commit b2f022a

Please sign in to comment.