Skip to content

Commit

Permalink
typo in config text
Browse files Browse the repository at this point in the history
  • Loading branch information
jgowdyelastic committed Feb 24, 2020
1 parent a58c891 commit 8ab3b4d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ export function createFilebeatConfig(
'',
...getProcessors(results),
'output.elasticsearch:',
' hosts:["<es_url>"]',
' hosts: ["<es_url>"]',
...getUserDetails(username),
` index: "${index}"`,
` pipeline: "${ingestPipelineId}"`,
Expand Down

0 comments on commit 8ab3b4d

Please sign in to comment.