Markdown​Markdown

Add context and insights with customizable Markdown text.

yaml
type: "io.kestra.plugin.core.dashboard.chart.Markdown"

Display custom content in place with Markdown.

yaml
charts:
  - id: markdown_insight
    type: io.kestra.plugin.core.dashboard.chart.Markdown
    chartOptions:
      displayName: Chart Insights
      description: How to interpret this chart
    content: |
      ## Execution Success Rate
      This chart displays the percentage of successful executions over time.

      - A **higher success rate** indicates stable and reliable workflows.

      - Sudden **drops** may signal issues in task execution or external dependencies.

      - Use this insight to identify trends and optimize performance.
Properties
Validation RegExp ^[a-zA-Z0-9][a-zA-Z0-9_-]*
Min length 1

Flow ID

Flow Namespace

Validation RegExp \p{javaJavaIdentifierStart}\p{javaJavaIdentifierPart}*(\.\p{javaJavaIdentifierStart}\p{javaJavaIdentifierPart}*)*
Min length 1
Validation RegExp \p{javaJavaIdentifierStart}\p{javaJavaIdentifierPart}*(\.\p{javaJavaIdentifierStart}\p{javaJavaIdentifierPart}*)*
Min length 1

Markdown content to display

Min length 1
Default 6
Minimum >= 1
Maximum <= 12