I created a simple, dirty patch for kibana-3.1.1. The text color turns red when the JSON data is βlevelβ and its value is βerrorβ
Patch: https://github.com/mamewotoko/kibana/commit/b96078a950f26d1036f747fc73091e5577a8d9eb
Sample data:
{"index":{"_index":"xxxlog","_type":"log","_id":0}} { "level": "error", "message": "Error!!" }
Takashi masuyama
source share