Hi everyone,
How can i aline the field output in the table so that it ll not take more space.
if you see in the screenshot the URLs field output is taking so much space so i just want to urgest like other
field output TEST Issue Title and TEST Issue Recommended Fix
can we have that option here ?
my xml code it
<dashboard script="panel_tooltip.js" theme="dark">
<!--.dashboard-header-exportmenu {-->
<!--display:none;-->
<!--}-->
<label> Clone test</label>
<row>
<panel>
<table>
<search>
<query>source="2000.csv" host="BDC4-D-CVYYQG2" sourcetype="csv"
|table "Evaluation Date" "UD ID" "Application Name" "URL" "TEST Issue Title" "TEST Issue Recommended Fix" "TEST Area" "TEST Lead" "TEST Director" "LIST" "LIST1" "LIST2" "Conformance TEST" "Success TEST" "Success TEST Title" "TEST Issue Title" "TEST Issue Recommended Fix"</query>
<earliest>0</earliest>
<latest></latest>
<sampleRatio>1</sampleRatio>
</search>
<option name="count">20</option>
<option name="dataOverlayMode">none</option>
<option name="drilldown">none</option>
<option name="percentagesRow">false</option>
<option name="refresh.display">progressbar</option>
<option name="rowNumbers">false</option>
<option name="totalsRow">false</option>
<option name="wrap">true</option>
</table>
</panel>
</row>
</dashboard>
Hello @hrs2019,
please check this answer: https://answers.splunk.com/answers/636935/column-width-1.html#answer-636939
Is that what you looking for?
@PavelP Thanks for this info but my requirement is different i dont want to resize the panel header i want to urgest URLs fields output like other
fields output.
i want to show same as fields
TEST Issue Title and TEST Issue Recommended Fix