Skip to content

Export WLS operator logs to Elasticsearch server using HTTPS connection #146

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

Closed
galiacheng opened this issue Apr 9, 2021 · 3 comments
Closed
Assignees

Comments

@galiacheng
Copy link

galiacheng commented Apr 9, 2021

It requires to connect to Elasticsearch server in Elastic Cloud using HTTPS.

It will be very helpful for customers using Elastic Cloud if the weblogic logging tools support to export the WLS operator logs to ELK using HTTPS connection.

Now we can specify an existing Elasticsearch server using command

helm upgrade \
  --namespace sample-weblogic-operator-ns \
  --set image=ghcr.io/oracle/weblogic-kubernetes-operator:3.2.1 \
  --set serviceAccount=sample-weblogic-operator-sa \
  --set "elkIntegrationEnabled=true" \
  --set "elasticSearchHost=sample.elasticsearch.com" \
  --set "elasticSearchPort=9200" \
  --set "enableClusterRoleBinding=true" \
  --set "domainNamespaceSelectionStrategy=LabelSelector" \
  --set "domainNamespaceLabelSelector=weblogic-operator\=enabled" \
  --wait \
  weblogic-operator \
  kubernetes/charts/weblogic-operator

It will be great to specify the scheme with variable like

helm upgrade \
  --namespace sample-weblogic-operator-ns \
  --set image=ghcr.io/oracle/weblogic-kubernetes-operator:3.2.1 \
  --set serviceAccount=sample-weblogic-operator-sa \
  --set "elkIntegrationEnabled=true" \
  --set "elasticSearchHost=sample.elasticsearch.com" \
  --set "elasticSearchPort=9200" \
  --set "elasticSearchUser=elastic" \
  --set "elasticSearchPassword=111111111111111111111" \
  --set "elasticSearchScheme=https" \
  --set "enableClusterRoleBinding=true" \
  --set "domainNamespaceSelectionStrategy=LabelSelector" \
  --set "domainNamespaceLabelSelector=weblogic-operator\=enabled" \
  --wait \
  weblogic-operator \
  kubernetes/charts/weblogic-operator
@galiacheng
Copy link
Author

galiacheng commented Apr 9, 2021

Hello @markxnelson , I don't have permission to assign the issue to you, could you please assign yourself? :)

@galiacheng
Copy link
Author

It seems this issue is in a wrong repo, I also created one in oracle/weblogic-logging-exporter#18

@mriccell
Copy link
Member

mriccell commented Dec 9, 2021

Closing since this issue does not belong to the Monitoring Exporter

@mriccell mriccell closed this as completed Dec 9, 2021
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

No branches or pull requests

3 participants