Skip to content

Conversation

@evisong
Copy link

@evisong evisong commented Sep 28, 2018

Hi, team,

I've been using Boomcatch together with ELK stacks, my solution depends on unmapped mapper and file forwarder, and then let FileBeat to collect generated json files. However FileBeat doesn't recognize any record if a json file doesn't end with newline (\n).

When I read Boomcatch source code, I think I could append the newline (\n) to the end of data in file forwarder, and I guess it won't break any downstream usages.

I've also adjusted UT.

Could you please help review this PR?

Thanks.

fs.writeFile(
path.join(directory, 'boomcatch-' + uuid.v4() + '.' + extensions[type || 'default']),
data,
data + '\n',
Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is common in *nix, please let me know if I should use require('os').EOL instead.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant