What is the process to index the .txt using logsth and filebeat ??
What do you have in this file?
Is it a single file?
Looks like a CSV file. Not really a text file. Is it?
It is a screen shoot of CSV file but is it a .txt file
So you want to index it as a flat text like:
{
"message": "chaine,job,date_plan\nINC880P,INC88,2020-05-22"
}
Or do you want to have it as:
{
"chaine": "INC880P",
"job": "INC88",
"date_plan": "2020-05-22"
}
I use logstash and filebeat for ingestion
And?
I use logstash and filebeat for ingestion
Yes you already said that. But you did not answer to my question.
Do you need help?
