Hello people,  I'm very new to Splunk and I'm trying to create a dashboard with the "Statistics Table" Visualisation, that is more compact and takes up less space than what was there before.  In order to achieve this, I'm concatenating several strings from different fields, kind of like this:  | eval compactfield="1. ".field1."  2. ".field2."  3. ".field3  and while that looks fine and works, it'd be great if I could add some kind of color tag (or maybe even bold, italic and so on) so that there'd be a different color for each line, making it easier to differentiate for people looking at the dashboard. I'm imagining something like this:  | eval compactfield="<col="blue">1. ".field1."  </col><col="red">2. ".field2."  </col><col="purple">3. ".field3."</col>"  Is there a way to achieve this? I'm really sorry if this question has been asked before, but I couldn't find anything.  Thanks for your time,  Cyd  
						
					
					... View more