Skip to content
This repository was archived by the owner on Jan 6, 2023. It is now read-only.

Commit 4c33ed5

Browse files
authored
Merge pull request #10 from oracle/mark/iker-bug-report
Fix issues reported by Iker Alonso
2 parents 5fc7c43 + bd17240 commit 4c33ed5

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

samples/WebLogicLoggingExporter.yaml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
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.
3131
weblogicLoggingExporterEnabled: true

0 commit comments

Comments
 (0)