Hi there,
I apologize for the newbie question but I’m ingesting CCURE badging logs that I’ve tagged by appending the “CCURE” string at the end of each log that is just CSV output. For example:
2025-08-19 16:04:00.000,Smith, John,BREAKROOM HALLWAY,CardAdmitted,CCURE
There’s also the following field that identifies these logs:
log.file.path: /var/log/ccure.csv
Is there a way to create an index based on one of these criteria?
Secondly, how do you go about creating a parser for that index? I don’t know if that’s actually the correct approach so please let me know if there’s a “right” way to do it.
For example:
@timestamp: 2025-08-19 16:04:00.000
ccure.name.last: Smith
ccure.name.first: John
ccure.door: BREAKROOM HALLWAY
ccure.action: CardAdmitted
Again, I’m just learning this so please forgive me if I’m doing this incorrectly but I’m eager to learn how to achieve this correctly.
Thanks!