Quantcast
Channel: Questions in topic: "splunk-enterprise"
Viewing all articles
Browse latest Browse all 47296

How to configure props.conf and transforms.conf to ignore the first two lines of an imported log file?

$
0
0
We have following log file which we need to import in Splunk: "cdrRecordType","globalCallID_callManagerId","globalCallID_callId","nodeId","directoryNum","callIdentifier","dateTimeStamp","numberPacketsSent","numberOctetsSent","numberPacketsReceived","numberOctetsReceived","numberPacketsLost","jitter","latency","pkid","directoryNumPartition","globalCallId_ClusterID","deviceName","varVQMetrics" INTEGER,INTEGER,INTEGER,INTEGER,VARCHAR(50),INTEGER,INTEGER,INTEGER,INTEGER,INTEGER,INTEGER,INTEGER,INTEGER,INTEGER,UNIQUEIDENTIFIER,VARCHAR(50),VARCHAR(50),VARCHAR(129),VARCHAR(600) 2,15,2768615,15,"10063114030",259142886,1471391005,827,121400,565,87061,0,0,0,"1014e40e-i061-2ii6-6cbb-q3e610140ec0","PART_FAKE_LINE1","FBSNEUC01","CIPCqcwecoe","MLQK=0.0000;MLQKav=0.0000;MLQKmn=0.0000;MLQKmx=0.0000;MLQKvr=null;CCR=0.0000;ICR=0.0000;ICRmx=0.0000;CS=0;SCS=0" I am ignoring Headers using following config: **props.conf** [collab_cm_cmr_data] pulldown_type = 1 SHOULD_LINEMERGE = false INDEXED_EXTRACTIONS = CSV FIELD_DELIMITER = , TRANSFORMS-header_nullq = header_nullq FIELD_QUOTE = " NO_BINARY_CHECK = true category = Cisco CMS Ver. 1 description = An comma delimited output of CM CMR file. **transforms.conf** [header_nullq] DEST_KEY = queue REGEX = ^TimeStamp FORMAT = nullqueue Similarly, I want to ignore the second line so I have added following configuration. But it's not working: **props.conf** TRANSFORMS-null = discard_row **transforms.conf** [discard_row] DEST_KEY = queue REGEX=^INTEGER FORMAT = nullqueue SO basically I want to ignore both 1st and 2nd row. Can someone guide me with what is wrong with above config?

Viewing all articles
Browse latest Browse all 47296

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>