Dashboards & Visualizations

character limit on text boxes?

cphair
Builder

Is there a character limit for input into freeform textboxes in dashboards? I've entered tens of thousands of characters without apparent truncation, but I'm not sure how it's implemented on the back end, and I figure the limit's not infinite.

Tags (2)

asimagu
Builder

You could use javascript like the following in your application.js:

$("input").attr("maxlength", 4)

Here is a demo: http://jsfiddle.net/TmsXG/13/

0 Karma

cphair
Builder

This doesn't answer my question. I don't want to limit the amount of characters users input--I want to know how many characters the text box supports.

0 Karma
Get Updates on the Splunk Community!

Introducing Splunk Enterprise 9.2

WATCH HERE! Watch this Tech Talk to learn about the latest features and enhancements shipped in the new Splunk ...

Adoption of RUM and APM at Splunk

    Unleash the power of Splunk Observability   Watch Now In this can't miss Tech Talk! The Splunk Growth ...

Routing logs with Splunk OTel Collector for Kubernetes

The Splunk Distribution of the OpenTelemetry (OTel) Collector is a product that provides a way to ingest ...