Hi abhijeet01,
Thanks for your response. But still it didn't worked.
Let me show the actual raw event from this example can you help to retrieve those 8 fields.
2018-01-07 01:50:39,296|INFO|ServiceName=xxxx|DropId=xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxx|JobNumber=(xxx)|DropNumber=(xxx)|StampCycle=xxxx|TotalFiles=xx|FileId=xxxxxxx-xxx-xxxx-xxxx-xxxxxxxxxxxxxxx|QueueName: xxx_xxxxx_xxxxxx, GUID: xxxxxx-xxxx-xxxx-xxxx-xxxxxxx
I just want to extract the following fields without any issues.
ServiceName
DropId
JobNumber
DropNumber
StampCycle
TotalFiles
FileId
And as mentioned in your regex expression i can able to extract all fields perfectly except "FileId" alone.
When i extract FileId and when i click the FileId its getting extracted along with (|) pipe symbol and QueueName information.
xxxxxxx-xxx-xxxx-xxxx-xxxxxxxxxxxxxxx|QueueName: xxx_xxxxx_xxxxxx
But actually i need only the FileId value alone and it should not be extracting any messages post FileId Since I need to extract only till FileId.
Is there any way to get it achieved.
NOTE:
For few instances alone its getting extracted with | information followed by FileId and the remaining FileId values are getting extracted perfectly.
... View more