-
Notifications
You must be signed in to change notification settings - Fork 117
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
Enable Fleet Server #279
Enable Fleet Server #279
Changes from 9 commits
ae3f99b
3054a28
95008aa
abfc3c2
8474486
3d38884
1010dba
9e82f14
909673e
d6e4f8e
b1bd3f7
9cf2ede
5b2311e
3e2b85f
c1fa538
e069db0
f1d5135
5088df3
706ce73
9f68f0d
69ecf9b
fc1037e
58c47e0
a62148b
c46a537
649e2f1
50ece51
fc412cb
9ee732c
0f53750
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -89,10 +89,12 @@ services: | |
environment: | ||
- "FLEET_ENROLL=1" | ||
- "FLEET_ENROLL_INSECURE=1" | ||
- "FLEET_SERVER_INSECURE_HTTP=1" | ||
- "FLEET_INSECURE=1" | ||
ruflin marked this conversation as resolved.
Show resolved
Hide resolved
|
||
- "FLEET_SERVER_ENABLE=1" | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. @blakerouse @ruflin @nchaulet I watched the observability demo session and @blakerouse's presentation (good job!) about running the agent with fleet server in a container and I'm confused about available configuration options. Recently I've removed FLEET_URL and KIBANA_HOST from global envs, but I saw @blakerouse used them. Unfortunately with current blockers it's hard to determine the correct set. Shall I ask you to review both There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. @mtojek There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more.
Would you mind linking this issue for tracking purposes?
In this setup we've a long running Elastic cluster (Elasticsearch, Kibana, Package Registry) and two agents (so far):
which gives us two agent containers, each one with own FleetServer inside. Can Kibana handle it without any problems? There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Two fleet-server should just work. If not, please let us know. |
||
- "FLEET_SETUP=1" | ||
- "FLEET_URL=http://kibana:5601" | ||
- "KIBANA_HOST=http://kibana:5601" | ||
ports: | ||
- "127.0.0.1:8220:8220" | ||
volumes: | ||
- type: bind | ||
source: ../tmp/service_logs/ | ||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This will change as part of elastic/beats#24713 and elastic/kibana#94364
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thank you for reviewing this. What is the recommendation though? Should I wait until these PRs are merged?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I would like to switch over elastic-package to fleet-server as soon as possible to have early testing. At the same time I do not want to impact the integrations team with potential bugs / changes. The above changes can only land if a dependency from endpoint is also merged at the same time. I think an easy trick on our side will be to just ahve both config options in already so things will keep working. @nchaulet is this assumption correct?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yes thats correct we can have both options as soon my PR for fleet server hosts is merged (hopefully soon :) ) elastic/kibana#94364