I have the csv file which has the below lines.
=========================
METRIC_NAME,METRIC_UNIT,BEGIN_TIME,END_TIME,MAXVAL,MINVAL,AVERAGE Buffer Cache Hit Ratio,% (LogRead - PhyRead)/LogRead,09/25/2022 14:59,09/25/2022 15:59,100,0,100 Memory Sorts Ratio,% MemSort/(MemSort + DiskSort),09/25/2022 14:59,09/25/2022 15:59,100,0,100 Redo Allocation Hit Ratio,% (#Redo - RedoSpaceReq)/#Redo,09/25/2022 14:59,09/25/2022 15:59,100,0,100 User Transaction Per Sec,Transactions Per Second,09/25/2022 14:59,09/25/2022 15:59,1.383,0,.528 Physical Reads Per Sec,Reads Per Second,09/25/2022 14:59,09/25/2022 15:59,1.05,0,.138 Physical Reads Per Txn,Reads Per Txn,09/25/2022 14:59,09/25/2022 15:59,2.296,0,.223
-----160 lines
I have modified the header , inputs.conf &props.conf but still the mentioned error has seen.
Inputs.conf:
[monitor:///u01/app/oracle/scripts/Performance_metrics/output] disabled = false index=brm_db initCrcLength=2048 sourcetype = csv crcSalt=<SOURCE>
Props.conf:
[csv] SHOULD_LINEMERGE = False pulldown_type = true INDEXED_EXTRACTIONS = csv KV_MODE = none category = custom HEADER_FIELD_ACCEPTABLE_SPECIAL_CHARACTERS=_ HEADER_FIELD_DELIMITER=, FIELD_DELIMITER=, description = Comma-separated value format. Set header and other settings in "Delimited Settings"
Can someone help with this as i need to complete it ASAP. Stuck for almost 2 days with this. Quickly help can be appreciated.
... View more