Understand that, as per the Splunk manual I can see below attribute for table column number format. <format type="number" field="count">
<option name="precision">3</option>
<option name="useThousandSeparators">false</option>
<option name="unit">MB</option>
<option name="unitPosition">before</option>
</format> If we use table as visualization solution, can we specify how the number justify? Similarly, I see some table column head/title is left-justify and a few is right-justify. Is there any solution to align the same justification? Thanks.
... View more