Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Small fixes #2037

Merged
merged 1 commit into from
Jul 14, 2016
Merged

Conversation

monicasarbu
Copy link
Contributor

No description provided.

@@ -343,7 +343,7 @@ Inside the loop, the Beat sleeps for a configurable period of time and then
captures the required data and sends it to the publisher. The publisher client is available as part of the Beat object
through the `client` variable.

The event := common.MapStr{} stores the event in a json format, and bt.client.PublishEvent(event) ispublishing data to Elasticsearch.
The `event := common.MapStr{}` stores the event in a json format, and `bt.client.PublishEvent(event)` is publishing data to Elasticsearch.
In the generated Beat, there are three fields in the event, which is @timestamp, type and counter.
Copy link
Member

Choose a reason for hiding this comment

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

This sentence is missing the oxford comma (after "type").

@andrewkroh
Copy link
Member

LGTM, but I noticed one other very minor thing.

@monicasarbu monicasarbu force-pushed the small_fixes_new_beat_docs branch from 03940b2 to c7d0570 Compare July 14, 2016 20:42
@andrewkroh andrewkroh merged commit c54b7c4 into elastic:master Jul 14, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants