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

[Elastic Agent] Add support for multiple hosts in connection to kibana #19628

Merged
merged 3 commits into from
Jul 9, 2020

Conversation

blakerouse
Copy link
Contributor

@blakerouse blakerouse commented Jul 2, 2020

What does this PR do?

Adds the ability for hosts key on Kibana configuration, without removing support for the host key to not break current configurations. When multiple hosts are defined for Kibana the agents connection to Kibana is load balanced across the hosts.

Why is it important?

To allow redundancy across multiple Kibana instances without the need for round robin DNS and/or load balancers.

Checklist

  • My code follows the style guidelines of this project
  • I have commented my code, particularly in hard-to-understand areas
  • I have made corresponding changes to the documentation
  • I have made corresponding change to the default configuration files
  • I have added tests that prove my fix is effective or that my feature works
  • I have added an entry in CHANGELOG.next.asciidoc or CHANGELOG-developer.next.asciidoc.

Related issues

@botelastic botelastic bot added the needs_team Indicates that the issue/PR needs a Team:* label label Jul 2, 2020
@elasticmachine
Copy link
Collaborator

elasticmachine commented Jul 2, 2020

💚 Build Succeeded

Pipeline View Test View Changes Artifacts preview

Expand to view the summary

Build stats

  • Build Cause: [blakerouse commented: jenkins run tests]

  • Start Time: 2020-07-05T15:30:53.134+0000

  • Duration: 37 min 13 sec

@botelastic botelastic bot removed the needs_team Indicates that the issue/PR needs a Team:* label label Jul 2, 2020
@blakerouse blakerouse marked this pull request as ready for review July 2, 2020 19:04
@elasticmachine
Copy link
Collaborator

Pinging @elastic/ingest-management (Team:Ingest Management)

@blakerouse
Copy link
Contributor Author

jenkins run tests

@blakerouse blakerouse self-assigned this Jul 6, 2020
@ph ph requested a review from michalpristas July 8, 2020 13:50
Copy link
Contributor

@ph ph left a comment

Choose a reason for hiding this comment

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

Changes LGTM

@blakerouse blakerouse merged commit 57c4280 into elastic:master Jul 9, 2020
@blakerouse blakerouse deleted the agent-kibana-multi-hosts branch July 9, 2020 14:47
blakerouse added a commit to blakerouse/beats that referenced this pull request Jul 9, 2020
elastic#19628)

* Add ability for multiple hosts to be defined for agents connection to kibana.

* Fix reference.

* Add changelog.

(cherry picked from commit 57c4280)
v1v added a commit to v1v/beats that referenced this pull request Jul 9, 2020
* upstream/master:
  Add `docker logs` support to the Elastic Log Driver (elastic#19531)
  [Elastic Agent] Fix saving of agent configuration on Windows to have proper ACLs (elastic#19793)
  Send the config revision down to the endpoint application. (elastic#19759)
  [Elastic Agent] Add support for multiple hosts in connection to kibana (elastic#19628)
  Remove the downloadConfig and retryConfig from plugin/process.Application and plugin/service.Application. (elastic#19603)
  Update go version to 1.14.4 (elastic#19753)
  ci: set builds as skipped when they do not match the trigger (elastic#19750)
  [Auditbeat] Fix up socket dataset runaway CPU usage (elastic#19764)
  Convert cloudfoundry input to v2 (elastic#19717)
v1v added a commit to v1v/beats that referenced this pull request Jul 9, 2020
* upstream/master:
  Add `docker logs` support to the Elastic Log Driver (elastic#19531)
  [Elastic Agent] Fix saving of agent configuration on Windows to have proper ACLs (elastic#19793)
  Send the config revision down to the endpoint application. (elastic#19759)
  [Elastic Agent] Add support for multiple hosts in connection to kibana (elastic#19628)
blakerouse added a commit that referenced this pull request Jul 9, 2020
#19628) (#19794)

* Add ability for multiple hosts to be defined for agents connection to kibana.

* Fix reference.

* Add changelog.

(cherry picked from commit 57c4280)
melchiormoulin pushed a commit to melchiormoulin/beats that referenced this pull request Oct 14, 2020
elastic#19628)

* Add ability for multiple hosts to be defined for agents connection to kibana.

* Fix reference.

* Add changelog.
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.

[Elastic Agent] Support multiples host for kibana
3 participants