I have a dashboard with 3 panels, each with long involved search strings. Recently I started getting log errors that dispatch file (directory) names are too long. I checked and they are indeed 256 characters long - mostly a VERY long hash - which exceeds max length of 255 (rhel).
What can I do to make the dispatch names shorter?
↧