This repository was archived by the owner on Jan 6, 2023. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change 1- /*
2- * Copyright (c) 2018, 2019, Oracle and/or its affiliates. All rights reserved.
3- *
4- * Licensed under the Universal Permissive License v 1.0 as shown at http://oss.oracle.com/licenses/upl.
5- */
1+ #
2+ # Copyright (c) 2018, 2019, Oracle and/or its affiliates. All rights reserved.
3+ #
4+ # Licensed under the Universal Permissive License v 1.0 as shown at http://oss.oracle.com/licenses/upl.
5+ #
66
77# This is a sample configuration file for weblogic Logging Exporter
88# The exporter will look for the file specified by the system variable "WEBLOGIC_LOGGING_EXPORTER_CONFIG_FILE",
@@ -25,7 +25,7 @@ publishPort: 9200
2525# The "domainUID" used to uniquely identify this domain. This is used to filter logs in Kibana by the domain they came
2626# from. You should use a unique value for each domain. If you are using the WebLogic Kubernetes Operator, it is
2727# strongly recommended you use the same value as in the domain custom resource.
28- domainUid : domain1
28+ domainUID : domain1
2929
3030# Decide if this exporter should be enabled. Default is true. If set to false, nothing will be logged to Elastic Search.
3131weblogicLoggingExporterEnabled : true
You can’t perform that action at this time.
0 commit comments