-
Notifications
You must be signed in to change notification settings - Fork 110
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
docs: add "Architecture and Load Balancers" #2574
base: main
Are you sure you want to change the base?
Conversation
docs/architecture/lb/nginx-os.md
Outdated
|
||
# Define a common configuration block for all servers | ||
map $server_port $upstream_name { | ||
514 stream_syslog_514; |
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.
Probably we also need tell that we can use port segregation, it will increase performance:
SC4S_LISTEN_DEFAULT_TCP_PORT=514,515,516,517
@mstopa-splunk @rjha-splunk Are we have a plan to create ansible playbook that will bootstrap sc4s instances with LB? |
@ikheifets-splunk not yet |
No description provided.