Splunk Search

How to wrap results in Dashboard Studio?

mag314
Explorer

Where do I set columns to wrap text?  The old dashboards had a wrap results field.

Labels (2)
Tags (2)
0 Karma

sbaekanz
Engager

In my case, I removed the column spec in code after adjusting its width.
So the trick seems wrapped column should not appear in the code.

        "columnFormat": {
            "_time": {
                "width": 204
            },
### Remove the coloumn spec after adjusting its width ### 
            "#": {
                "width": 45
            }
        }

0 Karma
Get Updates on the Splunk Community!

Notification Email Migration Announcement

The Notification Team is migrating our email service provider from Postmark to AWS Simple Email Service (SES) ...

Mastering Synthetic Browser Testing: Pro Tips to Keep Your Web App Running Smoothly

To start, if you're new to synthetic monitoring, I recommend exploring this synthetic monitoring overview. In ...

Splunk Edge Processor | Popular Use Cases to Get Started with Edge Processor

Splunk Edge Processor offers more efficient, flexible data transformation – helping you reduce noise, control ...