Hi,
I'm having some trouble importing data I exported as CSV in elastic/kibana 7.8.0
The data looks like that
timestamp,AL_code,AL_type,type,target,sgbIndex,rack_validBatteryCount,rack_rackId,rack_invalidBatteryCount,priority,platformId,nbPlayersWithProblems,nbPlayersConnected,criticalityLevel,domain,flightTime,location,messageAL_code,isLandSuccess,messageAL_type,messageDomain,messageEvent,isFlightSuccess,evt,host,category,nbFreePlayerSlot,Name,messageType,droneName,message
2020-07-22T12:08:26,,,,,,,,,,DEV-ARC-001,0,4,NONE,,,Park,,,,,START_GAME,,0,LauncherServer,ATTRACTION,0,session,,,
2020-07-22T11:52:31,0,9,,,,,,,,DEV-ARC-001,,,NONE,,,Park,OK,,CORE_LAUNCH_CLIENT_APP,,,,,desktop-pc1,PCJ,,,,,Game started
As you can see, the field message sometimes is empty.
But when I go through the Machine Learning > Import data features and import the data, this same field message act weirdly:
- If there was a message (like in 2nd row), the field is good and show the message (here "Game started")
- If there was no message (like in the 1st row), the field
message
looks like it is filled with _source and become2020-07-22T12:08:26,,,,,,,,,,DEV-ARC-001,0,4,NONE,,,Park,,,,,START_GAME,,0,LauncherServer,ATTRACTION,0,session,,,
I first though it was due to one of my pipeline that do some work on fields, but even after deleting the pipeline I got the same result.