-
Notifications
You must be signed in to change notification settings - Fork 124
CSPL-834 Refine Ingress Documentation #299
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
Conversation
58b6f45
to
0da052c
Compare
Most scenarios for Istio will require the configuration of a Gateway and a Virtual Service. Familiarize yourself with the [Istio Gateway](https://istio.io/latest/docs/reference/config/networking/gateway/) and [Istio Virtual Service ](https://istio.io/latest/docs/reference/config/networking/virtual-service/). | ||
|
||
### Configuring Ingress for Splunk Web | ||
### Configuring Ingress for Splunk Web and HEC |
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 see we have updated the heading to include HEC, but the sub-points under the topic have no examples for HEC?
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.
Under the "Multiple Hosts Configuration" sub-point we reference HEC,
If your deployment has multiple hosts such as Search Heads and Cluster Master, use this example to configure Splunk Web access, and HTTP Event Collector port. Follow the steps here HEC Documentation to learn how to create a HEC token and how to send data using HTTP.
perhaps I could update that sub point heading to Multiple Hosts and HEC Configuration? Or perhaps we could include a solely HEC example with a standalone
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, at least an update to the existing Heading will be good!
Clarify that we need to install a custom inputs.conf to open 9998 on the indexers. Clarify that we will explain how to configure Splunk Web and HEC in the istio section. Replace EPAT references with generic names CSPL-896 uploading larger TA results in nginx 413 error Add relevant nginx proxy annotations to our examples so that users are less likely to run into nginx 413 errors. CSPL-831 Include ingress-nginx Splunk Web example on Ingress documentation. Include ingress nginx splunk web tls example in the ingress documentation and clarify nginxinc tls configuration.
7c47c1b
to
e9a9c5d
Compare
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.
LGTM.
docs/Ingress.md
Outdated
loadBalancer: {} | ||
``` | ||
Note: |
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.
See comment at line 554 about moving conditions above the example.
…nto bugfix/CSPL-834
Clarify that we need to install a custom inputs.conf to open 9998 on the indexers. Clarify that we will explain how to configure Splunk Web and HEC in the istio section. Replace EPAT references with generic names CSPL-896 uploading larger TA results in nginx 413 error Add relevant nginx proxy annotations to our examples so that users are less likely to run into nginx 413 errors. CSPL-831 Include ingress-nginx Splunk Web example on Ingress documentation. Include ingress nginx splunk web tls example in the ingress documentation and clarify nginxinc tls configuration.
When deleting SHC custom resources we would only delete PVCs with the "search-head" descriptor and ignore those with the "deployer" descriptor despite them both being created by the same custom resource. Fix: When deleting SHC custom resources, delete PVCs for both the "search-head" and "deployer" components.
…nto bugfix/CSPL-834
CSPL-834 Refine Ingress Documentation
Clarify that we need to install a custom inputs.conf to open 9998 on the indexers.
Clarify that we will explain how to configure Splunk Web and HEC in the istio section.
CSPL-896 uploading larger TA results in nginx 413 error
Add relevant nginx proxy annotations to our examples so that users are less likely to run into nginx 413 errors.
CSPL-831 Include ingress-nginx Splunk Web example on Ingress documentation.
Include ingress nginx splunk web tls example in the ingress documentation and clarify nginxinc tls configuration.