Hi @Dino-at-Google @Anil Sagar @ Google I have the below message logging policy configuration. In apigee if we are giving ref and value both it will take ref . But I tried with below config it will not taking ref . will ML policy accepts reference
<MessageLogging name="LogContent"> <DisplayName>LogContent</DisplayName> <Syslog> <Message> "Apigee Edge- {messageid} {reqInContent}" </Message> <Host ref="host">100</Host> <Port ref="port">12</Port> <Protocol>TCP</Protocol> <SSLInfo> <Enabled ref="ROUTING.target_ssl_enabled">ggg</Enabled> <ClientAuthEnabled ref="ROUTING.target_ssl.client.auth.enabled">hhh</ClientAuthEnabled> <KeyStore ref="ROUTING.target.ssl.key.store">hhhh</KeyStore> <KeyAlias ref="ROUTING.target.ssl.key.alias">yyyy</KeyAlias> <TrustStore ref="ROUTING.target.ssl.trust.store">uuuuu</TrustStore> </SSLInfo> </Syslog> </MessageLogging>
Thanks, Mathiniraiselvan S