MCS Logmon Format rules definition - end by lines/end expression not set in CFG file
search cancel

MCS Logmon Format rules definition - end by lines/end expression not set in CFG file

book

Article ID: 279795

calendar_today

Updated On:

Products

DX Unified Infrastructure Management (Nimsoft / UIM)

Issue/Introduction

After saving an MCS Logmon Enhanced Profile > Log Monitoring Format Rules Definition > When selecting "end by" = "End After (lines)" and set lines, this change is not saved in probe configuration. 

 

CFG:

      <formats>
         <format>
            start = .*
            active = yes
            mcs_profileid = <##>
         </format>
      </formats>

 

missing "lines"

 

      <formats>
         <test format>
            active = no
            start = .*
            end = 
            lines = 5
         </test format>
      </formats>

Environment

DX UIM 20.4 CU9

logmon probe 4.20 / 4.21T

logmon_mcs_template 4.20

Template: Format Rules (Enhanced)    4.20.1

logmon probe_template_pkg_version:    4.20

Cause

MCS Code issue

Resolution

This issue does not occur in DX UIM 23.4 and later