Support Elasticsearch HTTPS & Basic Auth#10
Merged
packetb-old merged 3 commits intoelastic:masterfrom May 11, 2014
Merged
Conversation
|
Merged, thanks! |
Contributor
|
Hi @lmars, I tried to email you but I got no response so I'm trying my luck here as well. We have exciting plans for the Packetbeat project and I'm writing to you because we'd like to change the license for the next version of Packetbeat from GPLv2 to Apache 2, which we think will encourage the adoption even more. You have contributed code to the project, so we'd like to ask for your approval before we do the change. If you agree with the license change, a simple reply saying that you are fine with it would be enough. If you have any questions about the license change or the project in general, feel free to ask me. |
Contributor
Author
|
@tsg fine by me |
Contributor
|
Thanks! |
tsg
pushed a commit
that referenced
this pull request
May 27, 2015
ruflin
pushed a commit
to ruflin/beats
that referenced
this pull request
Dec 2, 2015
This implementation uses a channel to pass the bulk messages. The caller needs to write the operations to the channel, close the channel and call the Bulk method.
ruflin
pushed a commit
to ruflin/beats
that referenced
this pull request
Dec 2, 2015
- Add basic authentication to connect to Elasticsearch. Username and password are configurable. - Add path prefix to the HTTP API calls to Elasticsearch
ruflin
pushed a commit
to ruflin/beats
that referenced
this pull request
Dec 2, 2015
The problem appears when the bulkChannel reaches the maximum size, the go-routine blocks and no more data are consumed from the channel. To fix the problem, make sure the bulkChannel doesn't reach the maximum size by consuming the data before the channel is full.
ruflin
pushed a commit
to ruflin/beats
that referenced
this pull request
Dec 2, 2015
The maximum bulk size is configurable (bulk_size) from the output/<output> section.
ruflin
pushed a commit
to ruflin/beats
that referenced
this pull request
Dec 2, 2015
ruflin
pushed a commit
to ruflin/beats
that referenced
this pull request
Dec 2, 2015
ruflin
pushed a commit
to ruflin/beats
that referenced
this pull request
Dec 2, 2015
shaunrampersad
pushed a commit
to shaunrampersad/packetbeat
that referenced
this pull request
Dec 2, 2015
Add a `make dist` target to package the dashboards.
tsg
pushed a commit
to tsg/beats
that referenced
this pull request
Jan 6, 2016
Set skip_cleanup to true
tsg
pushed a commit
to tsg/beats
that referenced
this pull request
Jan 20, 2016
tsg
pushed a commit
to tsg/beats
that referenced
this pull request
Jan 20, 2016
This implementation uses a channel to pass the bulk messages. The caller needs to write the operations to the channel, close the channel and call the Bulk method.
tsg
pushed a commit
to tsg/beats
that referenced
this pull request
Jan 20, 2016
- Add basic authentication to connect to Elasticsearch. Username and password are configurable. - Add path prefix to the HTTP API calls to Elasticsearch
tsg
pushed a commit
to tsg/beats
that referenced
this pull request
Jan 20, 2016
The problem appears when the bulkChannel reaches the maximum size, the go-routine blocks and no more data are consumed from the channel. To fix the problem, make sure the bulkChannel doesn't reach the maximum size by consuming the data before the channel is full.
tsg
pushed a commit
to tsg/beats
that referenced
this pull request
Jan 20, 2016
The maximum bulk size is configurable (bulk_size) from the output/<output> section.
tsg
pushed a commit
to tsg/beats
that referenced
this pull request
Jan 20, 2016
tsg
pushed a commit
to tsg/beats
that referenced
this pull request
Jan 20, 2016
ruflin
pushed a commit
to ruflin/beats
that referenced
this pull request
May 30, 2016
Glide improvements
Merged
6 tasks
paylm
pushed a commit
to paylm/beats
that referenced
this pull request
Mar 2, 2023
Create linter configuration and address found issues. Also added magefile targets so it's running on the CI.
khushijain21
added a commit
to khushijain21/beats
that referenced
this pull request
Jun 27, 2025
khushijain21
added a commit
that referenced
this pull request
Jul 7, 2025
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.