0

I was hoping someone could help me regarding input in logstash.

I am very new to logstash and I have a requirement where my logstash input file is an unconventional file.

How do I input an ODX input file? I think delimiter for the input file is # as we'd like to treat those with # as Columns/Fields.

Sample data:

'#Customer Market

250

'#Date of Export

Mon Jan 20 08:41:12 2020

'#Current Device

DigiMarkXP

'#Taskcounter

1


'#----- Start Task -----



'#Location

FoodMarket_001\Grocery_XXX\118_Cust

'#Customer ID

 0118

'#Cashier Counter

1

'#Counter Name

DigiMarkXP

'#Items

20

Thanks in advance

leandrojmp
  • 7,082
  • 2
  • 19
  • 24
  • Please improve the formatting of the question. Wrap the code in '``` ... ``` ' brackets. – Grwlf Mar 27 '20 at 16:08
  • Consider linking a related section of the Logstash documentation https://www.elastic.co/guide/en/logstash/current/index.html – Grwlf Mar 27 '20 at 16:09

0 Answers0