Dashboard column wrap/resize

Hello,

Trying to create another dashboard and for some reason text in the Time column is wrapping and it cannot be resized.

Is there any way that we can do one or more of these:

  1. resize the column.
  2. allow users to resize the column.

Cheers,
Eddie.

Not possible I guess?

How about another option?
3. Disable wrapping?

Cheers,
Eddie.

@big-edd Which version is that? I’ve just check in 2.19.1 and I had no issues.

I couldn’t find the way to resize the columns either.

@big-edd I’ve found it. You need to disable a legacy Discovery to control the column size. That will be also reflected in the Dashboard.

When I disable legacy discovery the whole thing turns red like below. Any ideas?

I’m trying to get the time column to be wider.

@bbrendon Which browser did you use in this screenshot?

I encountered the same issue on Chrome. However, It works well in Firefox, where I was able to resize fields as needed.

1 Like

@pablo

Disabling legacy Discover works. Thanks.

Would that be this option in the opensearch_dashboards.yml file?.. ..

# Set the value to true to enable the new UI for savedQueries in Discover
# data.savedQueriesNewUI.enabled: true

Cheers,
Eddie.

@big-edd According to GitHub this toggle option will be deprecated in 3.0.0.

So there’s no way to set this for the user(s) as we start the container?

.. .. or at image build time?