Tanu
Tanu

Reputation: 1640

Change width of the column field in Datadog

How can I change width field so that content takes more space. If I update it to full, it takes the next line. I want it to be in on the same line.

{
    "title": "Logs",
    "requests": [
        {
            "response_format": "event_list",
            "query": {
                "data_source": "logs_stream",
                "query_string": "",
                "indexes": [],
                "storage": "hot"
            },
            "columns": [
                {
                    "field": "status_line",
                    "width": "auto"
                },
                {
                    "field": "timestamp",
                    "width": "auto"
                },
                {
                    "field": "host",
                    "width": "auto"
                },
                {
                    "field": "service",
                    "width": "auto"
                },
                {
                    "field": "content",
                    "width": "auto"
                }
            ]
        }
    ],
    "type": "list_stream"
}

Upvotes: 0

Views: 12

Answers (0)

Related Questions