Dear Checkmates,
 
 
Can you please help me with configuration of some extra fields to be exported to our syslog  via cp_log_exporter ?  I’ve a requirement that also  in the log received by syslog to see “bytes in/out “ 
 
Checking the sk122323
Steps:
a) On my MDS under the specific domain I location I modify following file: targetConfiguration.xml
- <mappingConfiguration>  fieldsMapping.xml  </mappingConfiguration>
<exportAllFields> false</exportAllField
b)  In file: fieldsMapping.xml
 
<field>
<exported>true</exported>
<required>true</required
    <origName>src</origName>
    <dstName>cef_src</dstName>
  </field>
  <field>
<exported>true</exported>
<required>true</required
    <origName>dst</origName>
    <dstName>cef_dst</dstName>
  </field>
<field>
<exported>true</exported>
<required>true</required
    <origName>sent_bytes</origName>
    <dstName>sent_bytes</dstName>
  </field>
  <field>
<exported>true</exported>
<required>true</required
    <origName>received_bytes</origName>
    <dstName>received_bytes</dstName>
  </field>
  <table>
 
But still – it does not work.
Log fields mapping can be found here :  sk144192
 
 
- Restart cp_log_export.