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

Support Elasticsearch HTTPS & Basic Auth #10

Merged
merged 3 commits into from
May 11, 2014

Conversation

lmars
Copy link
Contributor

@lmars lmars commented May 9, 2014

No description provided.

@packetb-old packetb-old merged commit 912a462 into elastic:master May 11, 2014
@packetb-old
Copy link

Merged, thanks!

@tsg
Copy link
Contributor

tsg commented May 7, 2015

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.

@lmars
Copy link
Contributor Author

lmars commented May 7, 2015

@tsg fine by me

@tsg
Copy link
Contributor

tsg commented May 7, 2015

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
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
yashtewari pushed a commit that referenced this pull request Dec 20, 2021
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.
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.

3 participants