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
+ #
6
6
7
7
# This is a sample configuration file for weblogic Logging Exporter
8
8
# The exporter will look for the file specified by the system variable "WEBLOGIC_LOGGING_EXPORTER_CONFIG_FILE",
@@ -25,7 +25,7 @@ publishPort: 9200
25
25
# The "domainUID" used to uniquely identify this domain. This is used to filter logs in Kibana by the domain they came
26
26
# from. You should use a unique value for each domain. If you are using the WebLogic Kubernetes Operator, it is
27
27
# strongly recommended you use the same value as in the domain custom resource.
28
- domainUid : domain1
28
+ domainUID : domain1
29
29
30
30
# Decide if this exporter should be enabled. Default is true. If set to false, nothing will be logged to Elastic Search.
31
31
weblogicLoggingExporterEnabled : true
You can’t perform that action at this time.
0 commit comments