# Dashboard as pdf which is scheduled in Advanced watcher alert showing incomplete visuals

**URL:** https://discuss.elastic.co/t/dashboard-as-pdf-which-is-scheduled-in-advanced-watcher-alert-showing-incomplete-visuals/327083
**Category:** Kibana
**Tags:** elastic-stack-alerting, dashboard
**Created:** [March 6, 2023, 1:32pm UTC](https://discuss.elastic.co/t/dashboard-as-pdf-which-is-scheduled-in-advanced-watcher-alert-showing-incomplete-visuals/327083 "2023-03-06T13:32:12Z")
**Posts on this page:** 4
**Page:** 1

<div class="post-metadata">

### Author: ![Avinash\_J](https://sea2.discourse-cdn.com/elastic/user_avatar/discuss.elastic.co/avinash_j/32/118089_2.png) [@Avinash\_J](https://discuss.elastic.co/u/Avinash_J)
#### Post date: [March 6, 2023, 1:32pm UTC](https://discuss.elastic.co/t/dashboard-as-pdf-which-is-scheduled-in-advanced-watcher-alert-showing-incomplete-visuals/327083/1 "2023-03-06T13:32:12Z")

</div>

Hi Team,

I have created an Advanced watcher alert in which a dashboard will be shared as pdf to the mentioned email id's.

As my dashboard contains too many visuals and the index pattern used for dashboard holds large volume of data, my dashboard is coming with incompleted visuals in the pdf.

Is there a way that I can schedule the dashboards, to be shared as pdf in watcher. The dashboard should load the visuals completed before going in the mail as pdf.

My code:

"actions":  
{

```
"EMail": {
  "email": {
    "profile": "standard",
    "attachments": {
      "test.pdf": {
        "reporting": {
          "url": "Not shared the URL",
          "retries": 40,
          "interval": "60s",
          "auth": {
            "basic": {
              "username": "xxxx",
              "password": "xxxxx"
            }
          }
        }
      }
    },
    "from": "xxxxxxxxx",
    "priority": "high",
    "to": [
      "xxxxxx"
    ],
    "subject": "xxxxxxxxxxxx",
    "body": {
      "text": """

      Random text
      
      """
    }
  }
}

```

}  
}

Thanks in Advance

---

<div class="post-metadata">

### Author: ![system](https://us1.discourse-cdn.com/elastic/original/3X/1/a/1ac57faf039f6b580b3f104ef42a2a89e41014de.png) [@system](https://discuss.elastic.co/u/system)
#### Post date: [April 3, 2023, 1:33pm UTC](https://discuss.elastic.co/t/dashboard-as-pdf-which-is-scheduled-in-advanced-watcher-alert-showing-incomplete-visuals/327083/2 "2023-04-03T13:33:04Z")

</div>

This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.

---

<div class="post-metadata">

### Author: ![drewdaemon](https://sea2.discourse-cdn.com/elastic/user_avatar/discuss.elastic.co/drewdaemon/32/97779_2.png) [@drewdaemon](https://discuss.elastic.co/u/drewdaemon)
#### Post date: [April 10, 2023, 9:27pm UTC](https://discuss.elastic.co/t/dashboard-as-pdf-which-is-scheduled-in-advanced-watcher-alert-showing-incomplete-visuals/327083/3 "2023-04-10T21:27:35Z")

</div>

Hi @Avinash_J , sorry we didn't get to your question. It sounds like the main issue is that your PDF report ends up with incomplete data/visualizations, right?

What version of Kibana are you using?

@tsullivan do you have any input here?

---

<div class="post-metadata">

### Author: ![drewdaemon](https://sea2.discourse-cdn.com/elastic/user_avatar/discuss.elastic.co/drewdaemon/32/97779_2.png) [@drewdaemon](https://discuss.elastic.co/u/drewdaemon)
#### Post date: [April 10, 2023, 9:28pm UTC](https://discuss.elastic.co/t/dashboard-as-pdf-which-is-scheduled-in-advanced-watcher-alert-showing-incomplete-visuals/327083/4 "2023-04-10T21:28:39Z")

</div>


