How to remove forward slash from the stated message body. Is there any way to display the below json in kibana dashboard as json instead of one line?

{
"_index": "%{[@metadata][testbeat]}-2020.03.12",
"_type": "%{[@metadata][type]}",
"_id": "5nrwzXAB8skHIGdYpzM4",
"_version": 1,
"_score": null,
"_source": {
"@timestamp": "2020-03-12T08:51:04.557Z",
"@version": "1",
"engine": "chatbotBackend",
"host": "clara",
"log-leve": "INFO",
"path": "/home/ubuntu/log/anna_dev_log_test_filter.log",
"time": "2020-03-11 05:32:25,118",
"message": "[/tmp/infolytx-cognit/app/mod_api/services/bot_query_service.py][BotQueryService][get_api_response][Bot Response => ]{"action": "", "checkbox_options": , "context": , "data": null, "datetime_options": null, "dropdown_options": , "file_upload_options": , "filter_choices": "", "followup_text": "", "iframe_link": "", "image_link": "", "images": , "intent": "anna.conversation_reset_after_session_expire", "ir": , "is_error": false, "is_reply_ready": false, "is_unrecognized_intent": false, "knowledge": , "location_info": null, "reply": "It's been some time since we last spoke. To learn more about Infolytx, please select an option below, or ask me anything else!", "reply_texts": ["It's been some time since we last spoke. To learn more about Infolytx, please select an option below, or ask me anything else!"], "session_id": "", "suggestion_buttons": ["About Us", "Competencies", "Solutions", "Development Process", "Career"], "welcome_message": ""}"
},
"fields": {
"@timestamp": [
"2020-03-12T08:51:04.557Z"
]
},
"sort": [
1584003064557
]
}

Hi Taybur,

Welcome to the community!
Unfortunately, Kibana doesn't do JSON formatting on string fields so it couldn't be displayed as JSON.

Regards,
Marta

Thanks for the reply.

This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.