Use Markdown to add text, links, and images
You can add text, links, and images to your dashboard using standard Markdown formatting. This feature is available for the grid and absolute layout. To add Markdown, click the Add Markdown button () in the editing toolbar using the visual editor.
Configuration panel options for Markdown
You can use the Configuration panel to configure the following Markdown components.
Position & Size
You can use either your mouse to change the size or location of the visualization, or the Position & Size section of the Configuration panel for pixel perfect sizing and placement.
Markdown settings
Edit Markdown using the following buttons provided in visual editor:
- Insert link ()
- Insert blockquote ()
- Insert code ()
- The code will format differently for a single line of code versus a multiple-line code block. A single line of code will format with a grey background that extends to the last bit of code. A large code block will have syntax highlighting, and the grey background extends to the edge of the markdown panel.
- Insert image ()
- Insert unordered list ()
- Insert ordered list ()
- Insert heading ()
- Headings sizes correlate to the number of hashtags before the heading. For example, #heading is the largest font size, and ##heading is one size smaller than the largest.
- Bold text ()
- Italicize text ()
You can also include standard Markdown formatting beyond what is provided in the visual editor. Splunk Dashboard Studio supports all basic Markdown formatting options, except HTML. See "Basic Syntax" on the Markdown Guide website. Select Preview to view the text as it will appear in the dashboard. Select Write to continue editing. Make sure to Save your changes.
General
- Font Color - Specify the text color using hexadecimal codes or RGBA values, such as "#FF0000" or "rgba(25,12,13,0.1)".
- Background Color - Specify the background color using a hexadecimal code such as "#FF0000".
Code
Select your visualization or its search to view and edit the source code in real-time. You can also change the Visualization ID to a more readable ID to help identify this visualization in the source code.
Source options for Markdown
The following options are available for editing Markdown in the source editor:
Property | Type | Default | Description |
---|---|---|---|
backgroundColor | string | transparent | Specify the background color using a Hex code such as "#FF0000". |
fontColor | string | > themes.defaultFontColor | Specify the text color using Hex codes or RGBA values, such as "#FF0000" or "rgba(25,12,13,0.1)". The default for enterprise light is "#3c444d". The default for enterprise dark is "#FFFFFF". The default for prisma dark is "rgba(255, 255, 255, 0.7)". |
markdown | string | n/a | Add text using basic markdown syntax. |
Add a text box in the absolute layout
This feature is deprecated. |
---|
The text box feature is deprecated as of the Splunk Cloud Platform version 8.2.2201. Although this feature continues to function, it might be removed in a future version.
Alternatively, you can use Markdown text. For more information, see Use Markdown to add text, links, and images. |
You can add a text box to your dashboard and choose from various font styles, sizes, and colors. This feature is only available if you are using the absolute layout.
Select the visual editor's text box by clicking the Add Text button ( ) in the editing toolbar.
Add an image | Use inputs to make dashboards dynamic |
This documentation applies to the following versions of Splunk® Enterprise: 9.0.0, 9.0.1, 9.0.2, 9.0.3, 9.0.4, 9.0.5, 9.0.6, 9.0.7, 9.0.8, 9.0.9, 9.0.10
Feedback submitted, thanks!