I have the below data in an excel sheet, now I want to add these data row by row to Kibana as an individual transaction item without using reframework. Is this achievable?
You can add the column values “Add Log Fields” activity within a foreach activity followed by a WriteLine log about that Transaction. Don’t forget to remove those Fields after you are done adding table data using “Remove Log Fields” or else they will appear in all the logs.
@vvaidya when I am adding a single hardcoded data then it’s appearing properly and I am able to filter in kibana. Now, when I am adding row by row in a loop data is not getting added properly and getting added in a single message attribute.