Hi All,
Please provide conf files ( inputs.conf,props.con,outputs.conf) to index the below format data on daily basis
What have you tried so far and how does it fail to meet your expectations?
its not extracting the whole data
You didn't say what have you tried so far. Maybe you have some small easily fixable mistake in your configs or maybe your approach is completely wrong. Show us what you've got.
Hi @pavithra ,
to answer to your question I need more information:
Anyway, supponing that the file is called "myfile2024-08-09.csv" and that the path is "/opt/data/files", you could use these:
inputs.conf
[monitor:///opt/data/files/myfile*.csv]
disabled = 0
index = your_index
sourcetype = your_sourcetype
host = your_host
Then you should also configure props.conf for INDEXED_EXTRACTIONS = CSV.
Ciao.
Giuseppe
Hi ,
Thanks for the response! Please find the details below
Client,Host Name,Total Jobs,Completed,Completed with errors,Completed with warnings,Killed,Unsuccessful,Running,Delayed,No Run,No Schedule,Committed,Size of Application,Compression Rate,Data Written,(Space Saving Percentage),Start Time,End Time,Protected Objects,Failed Objects,Failed Folders
Hi @pavithra
adding your information to the below inputs.conf:
[monitor://C:\Users\_svcAPACCommVault01\OneDrive - Lendlease\Desktop\csv\*.csv]
disabled = 0
sourcetype = backup
index = acn_lendlease_commvault
host = your_host
Ciao.
Giuseppe