Hi @livehybrid, I appreciate your comment! That's not exactly what I'm looking for. I don't want to use the Table panel, but instead I want to change the Event panel's display to table. I apologize if what I'm saying is unclear. The best example I can give is the same thing I'm aiming for in the Classic Dashboard: <panel>
<event>
<search>
<query>index=*</query>
<earliest>$global_time.earliest$</earliest>
<latest>$global_time.latest$</latest>
</search>
<fields>field, field2, field3</fields>
<option name="type">table</option>
</event>
</panel>
... View more