-
Notifications
You must be signed in to change notification settings - Fork 444
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
[oracle_weblogic] Add Integration Package with Domain Logs Data Stream #3069
[oracle_weblogic] Add Integration Package with Domain Logs Data Stream #3069
Conversation
🌐 Coverage report
|
required: true | ||
show_user: true | ||
default: | ||
- /tmp/service_logs/logs/my_domain.log |
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.
Please correct the default path as with the case of admin server log. DOMAIN_HOME/servers/AdminServer/logs
Default path reference here : https://docs.oracle.com/cd/E40518_01/server.761/es_admin/src/tadm_logging_access_log.html
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.
Please ignore the reference url above, it is related to access log path
description: Machine Name is the DNS name of the computer that hosts the server instance. | ||
- name: message_id | ||
type: keyword | ||
description: A unique six-digit identifier. |
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.
Please follow the same convention as with admin server log
packages/oracle_weblogic/data_stream/domain/elasticsearch/ingest_pipeline/default.yml
Show resolved
Hide resolved
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.
Change looks good to me.
…ackage_oracle_weblogic_domain Conflicts: packages/oracle_weblogic/_dev/build/build.yml packages/oracle_weblogic/_dev/build/docs/README.md packages/oracle_weblogic/_dev/deploy/docker/docker-compose.yml packages/oracle_weblogic/_dev/deploy/docker/oracle_weblogic/container-scripts/generateAccess.sh packages/oracle_weblogic/_dev/deploy/docker/oracle_weblogic/container-scripts/startAdminServer.sh packages/oracle_weblogic/_dev/deploy/docker/oracle_weblogic/container-scripts/startManagedServer.sh packages/oracle_weblogic/changelog.yml packages/oracle_weblogic/docs/README.md packages/oracle_weblogic/img/oracle_weblogic-logs-overview.png packages/oracle_weblogic/kibana/dashboard/oracle_weblogic-4b2b0170-b88a-11ec-b6f8-0795d197226b.json packages/oracle_weblogic/manifest.yml
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!
show_user: true | ||
default: | ||
- /user_projects/wls_domain/my_domain/servers/AdminServer/logs/wls_domain.log | ||
description: The default path in WebLogic for Domain logs is $DOMAIN_NAME/servers/ADMIN_SERVER_NAME/logs/DOMAIN_NAME.log |
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.
Have consistency : Please change from $DOMAIN_NAME to DOMAIN_NAME
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.
As per admin_server and managed_server logs PR description we have $DOMAIN_HOME.
Could you please let me know with what should I refer for making it consistent?
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.
As i already mentioned, please change from $DOMAIN_NAME to DOMAIN_NAME in the description
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.
Looks good to me.
What does this PR do?
Checklist
changelog.yml
file.How to test this PR locally
elastic-package test
Related issues
Screenshots