12345678910111213141516171819202122232425262728 |
- <?xml version="1.0" encoding="UTF-8"?>
- <!--
- IBM Confidential
- OCO Source Materials
- IBM Business Platform: bi_commons
- (C) Copyright IBM Corp. 2016, 2018
- The source code for this program is not published or otherwise divested of its trade secrets,
- irrespective of what has been deposited with the U.S. Copyright Office.
- -->
- <!--
- To enable mpMetrics, rename this file "mpmetrics.xml"
- Add in your own password. If you want, you can encode it using <install>/wlp/bin/securityUtility encode YourPassword
- -->
- <server>
- <featureManager>
- <feature>mpMetrics-1.1</feature>
- </featureManager>
- <!-- Basic authentication for the mpMetrics endpoint (/metrics) The password is encoded -->
- <quickStartSecurity userName="metrics" userPassword="{xor}Ejo+LCotOgs3OgoxMjo+LCotPj0zOg=="/>
-
- <!-- If you are using wlp 18.0.0.3 (or newer) you can instead use the following, which won't require authentication
- <mpMetrics authentication="false"/>
- -->
-
- </server>
|