# Kibana Static Dashboard?

**URL:** https://discuss.elastic.co/t/kibana-static-dashboard/15153
**Category:** Elasticsearch
**Created:** [January 8, 2014, 9:12pm UTC](https://discuss.elastic.co/t/kibana-static-dashboard/15153 "2014-01-08T21:12:14Z")
**Posts on this page:** 7
**Page:** 1

<div class="post-metadata">

### Author: ![Jay\_Wilson](https://avatars.discourse-cdn.com/v4/letter/j/34f0e0/32.png) [@Jay\_Wilson](https://discuss.elastic.co/u/Jay_Wilson)
#### Post date: [January 8, 2014, 9:12pm UTC](https://discuss.elastic.co/t/kibana-static-dashboard/15153/1 "2014-01-08T21:12:14Z")

</div>

I am modifying the guided.json dashboard. Down in Events panel I would  
like to tell kibana to statically filter out specific records. I tried  
adding this to the file.

```
      "query": {
          "filtered": {
              "query": {
                "bool": {
                      "should": [
                      {
                          "query_string": {
                           "query": "record-type: traffic-stats"
                          }
                      }
                    ]
                 }
             }
          }
      },

```

Doesn't appear to work.

--  
You received this message because you are subscribed to the Google Groups "elasticsearch" group.  
To unsubscribe from this group and stop receiving emails from it, send an email to [elasticsearch+unsubscribe@googlegroups.com](mailto:elasticsearch+unsubscribe@googlegroups.com).  
To view this discussion on the web visit [https://groups.google.com/d/msgid/elasticsearch/83bd80b2-5a61-4a15-b359-125fd600f3cd%40googlegroups.com](https://groups.google.com/d/msgid/elasticsearch/83bd80b2-5a61-4a15-b359-125fd600f3cd%40googlegroups.com).  
For more options, visit [https://groups.google.com/groups/opt\_out](https://groups.google.com/groups/opt_out).

---

<div class="post-metadata">

### Author: ![vineeth\_mohan\_2](https://sea2.discourse-cdn.com/elastic/user_avatar/discuss.elastic.co/vineeth_mohan_2/32/747_2.png) [@vineeth\_mohan\_2](https://discuss.elastic.co/u/vineeth_mohan_2)
#### Post date: [January 8, 2014, 9:32pm UTC](https://discuss.elastic.co/t/kibana-static-dashboard/15153/2 "2014-01-08T21:32:50Z")

</div>

Hello Jay ,

Cant you do the same from the kibana side by adding a must not filter.  
Here once you save that dashboard , you can always go back to the same link  
to see the same static dashboard.

Thanks  
Vineeth

On Thu, Jan 9, 2014 at 2:42 AM, Jay Wilson [jawroper@gmail.com](mailto:jawroper@gmail.com) wrote:

> I am modifying the guided.json dashboard. Down in Events panel I would  
> like to tell kibana to statically filter out specific records. I tried  
> adding this to the file.
> 
> ```
> "query": {
> "filtered": {
> "query": {
> "bool": {
> "should": [
> {
> "query_string": {
> "query": "record-type: traffic-stats"
> }
> }
> ]
> }
> }
> }
> },
> 
> ```
> 
> Doesn't appear to work.
> 
> --  
> You received this message because you are subscribed to the Google Groups  
> "elasticsearch" group.  
> To unsubscribe from this group and stop receiving emails from it, send an  
> email to [elasticsearch+unsubscribe@googlegroups.com](mailto:elasticsearch+unsubscribe@googlegroups.com).  
> To view this discussion on the web visit  
> [https://groups.google.com/d/msgid/elasticsearch/83bd80b2-5a61-4a15-b359-125fd600f3cd%40googlegroups.com](https://groups.google.com/d/msgid/elasticsearch/83bd80b2-5a61-4a15-b359-125fd600f3cd%40googlegroups.com)  
> .  
> For more options, visit [https://groups.google.com/groups/opt\_out](https://groups.google.com/groups/opt_out).

--  
You received this message because you are subscribed to the Google Groups "elasticsearch" group.  
To unsubscribe from this group and stop receiving emails from it, send an email to [elasticsearch+unsubscribe@googlegroups.com](mailto:elasticsearch+unsubscribe@googlegroups.com).  
To view this discussion on the web visit [https://groups.google.com/d/msgid/elasticsearch/CAGdPd5n%2BXkPc94dk\_jmTOFFK7%2B\_nrUdPL\_\_k8d2ua6zcAe2Arg%40mail.gmail.com](https://groups.google.com/d/msgid/elasticsearch/CAGdPd5n%2BXkPc94dk_jmTOFFK7%2B_nrUdPL__k8d2ua6zcAe2Arg%40mail.gmail.com).  
For more options, visit [https://groups.google.com/groups/opt\_out](https://groups.google.com/groups/opt_out).

---

<div class="post-metadata">

### Author: ![Jay\_Wilson](https://avatars.discourse-cdn.com/v4/letter/j/34f0e0/32.png) [@Jay\_Wilson](https://discuss.elastic.co/u/Jay_Wilson)
#### Post date: [January 8, 2014, 9:46pm UTC](https://discuss.elastic.co/t/kibana-static-dashboard/15153/3 "2014-01-08T21:46:47Z")

</div>

As I understand Kibana when a dashboard is saved, it is placed into  
elasticsearch. I don't want it in elasticsearch. I want it in a static file.

On Wednesday, January 8, 2014 2:32:50 PM UTC-7, vineeth mohan wrote:

> Hello Jay ,
> 
> Cant you do the same from the kibana side by adding a must not filter.  
> Here once you save that dashboard , you can always go back to the same  
> link to see the same static dashboard.
> 
> Thanks  
> Vineeth
> 
> On Thu, Jan 9, 2014 at 2:42 AM, Jay Wilson \<[jawr...@gmail.com](mailto:jawr...@gmail.com)\<javascript:\>
> 
> > wrote:
> 
> > I am modifying the guided.json dashboard. Down in Events panel I would  
> > like to tell kibana to statically filter out specific records. I tried  
> > adding this to the file.
> > 
> > ```
> > "query": {
> > "filtered": {
> > "query": {
> > "bool": {
> > "should": [
> > {
> > "query_string": {
> > "query": "record-type: traffic-stats"
> > }
> > }
> > ]
> > }
> > }
> > }
> > },
> > 
> > ```
> > 
> > Doesn't appear to work.
> > 
> > --  
> > You received this message because you are subscribed to the Google Groups  
> > "elasticsearch" group.  
> > To unsubscribe from this group and stop receiving emails from it, send an  
> > email to [elasticsearc...@googlegroups.com](mailto:elasticsearc...@googlegroups.com) \<javascript:\>.  
> > To view this discussion on the web visit  
> > [https://groups.google.com/d/msgid/elasticsearch/83bd80b2-5a61-4a15-b359-125fd600f3cd%40googlegroups.com](https://groups.google.com/d/msgid/elasticsearch/83bd80b2-5a61-4a15-b359-125fd600f3cd%40googlegroups.com)  
> > .  
> > For more options, visit [https://groups.google.com/groups/opt\_out](https://groups.google.com/groups/opt_out).

--  
You received this message because you are subscribed to the Google Groups "elasticsearch" group.  
To unsubscribe from this group and stop receiving emails from it, send an email to [elasticsearch+unsubscribe@googlegroups.com](mailto:elasticsearch+unsubscribe@googlegroups.com).  
To view this discussion on the web visit [https://groups.google.com/d/msgid/elasticsearch/f207abdd-9fce-4379-aa9a-dd1dd35aa398%40googlegroups.com](https://groups.google.com/d/msgid/elasticsearch/f207abdd-9fce-4379-aa9a-dd1dd35aa398%40googlegroups.com).  
For more options, visit [https://groups.google.com/groups/opt\_out](https://groups.google.com/groups/opt_out).

---

<div class="post-metadata">

### Author: ![Jay\_Wilson](https://avatars.discourse-cdn.com/v4/letter/j/34f0e0/32.png) [@Jay\_Wilson](https://discuss.elastic.co/u/Jay_Wilson)
#### Post date: [January 9, 2014, 12:52am UTC](https://discuss.elastic.co/t/kibana-static-dashboard/15153/4 "2014-01-09T00:52:56Z")

</div>

I figure it out. The block looks like

```
  "list": {
    "0": {
      "type": "field",
      "field": "record-type",
      "query": "\"traffic-stats\"",
      "mandate": "must",
      "active": true,
      "alias": "",
      "id": 0
    }
  },
  "ids": [
    0
  ]
}

```

},

On Wednesday, January 8, 2014 2:46:47 PM UTC-7, Jay Wilson wrote:

> As I understand Kibana when a dashboard is saved, it is placed into  
> elasticsearch. I don't want it in elasticsearch. I want it in a static file.
> 
> On Wednesday, January 8, 2014 2:32:50 PM UTC-7, vineeth mohan wrote:
> 
> > Hello Jay ,
> > 
> > Cant you do the same from the kibana side by adding a must not filter.  
> > Here once you save that dashboard , you can always go back to the same  
> > link to see the same static dashboard.
> > 
> > Thanks  
> > Vineeth
> > 
> > On Thu, Jan 9, 2014 at 2:42 AM, Jay Wilson [jawr...@gmail.com](mailto:jawr...@gmail.com) wrote:
> > 
> > > I am modifying the guided.json dashboard. Down in Events panel I would  
> > > like to tell kibana to statically filter out specific records. I tried  
> > > adding this to the file.
> > > 
> > > ```
> > > "query": {
> > > "filtered": {
> > > "query": {
> > > "bool": {
> > > "should": [
> > > {
> > > "query_string": {
> > > "query": "record-type: traffic-stats"
> > > }
> > > }
> > > ]
> > > }
> > > }
> > > }
> > > },
> > > 
> > > ```
> > > 
> > > Doesn't appear to work.
> > > 
> > > --  
> > > You received this message because you are subscribed to the Google  
> > > Groups "elasticsearch" group.  
> > > To unsubscribe from this group and stop receiving emails from it, send  
> > > an email to [elasticsearc...@googlegroups.com](mailto:elasticsearc...@googlegroups.com).  
> > > To view this discussion on the web visit  
> > > [https://groups.google.com/d/msgid/elasticsearch/83bd80b2-5a61-4a15-b359-125fd600f3cd%40googlegroups.com](https://groups.google.com/d/msgid/elasticsearch/83bd80b2-5a61-4a15-b359-125fd600f3cd%40googlegroups.com)  
> > > .  
> > > For more options, visit [https://groups.google.com/groups/opt\_out](https://groups.google.com/groups/opt_out).

--  
You received this message because you are subscribed to the Google Groups "elasticsearch" group.  
To unsubscribe from this group and stop receiving emails from it, send an email to [elasticsearch+unsubscribe@googlegroups.com](mailto:elasticsearch+unsubscribe@googlegroups.com).  
To view this discussion on the web visit [https://groups.google.com/d/msgid/elasticsearch/6a6a989f-51d2-48cb-bac3-579847f60f27%40googlegroups.com](https://groups.google.com/d/msgid/elasticsearch/6a6a989f-51d2-48cb-bac3-579847f60f27%40googlegroups.com).  
For more options, visit [https://groups.google.com/groups/opt\_out](https://groups.google.com/groups/opt_out).

---

<div class="post-metadata">

### Author: ![vineeth\_mohan\_2](https://sea2.discourse-cdn.com/elastic/user_avatar/discuss.elastic.co/vineeth_mohan_2/32/747_2.png) [@vineeth\_mohan\_2](https://discuss.elastic.co/u/vineeth_mohan_2)
#### Post date: [January 9, 2014, 8:32am UTC](https://discuss.elastic.co/t/kibana-static-dashboard/15153/5 "2014-01-09T08:32:34Z")

</div>

Hello Jay ,

An advice here.  
You can save Kibana dashboard as a static file too.  
Follow these steps

Save -\> Advanced -\> "Export as schema"

Thanks  
Vineeth

On Thu, Jan 9, 2014 at 3:16 AM, Jay Wilson [jawroper@gmail.com](mailto:jawroper@gmail.com) wrote:

> As I understand Kibana when a dashboard is saved, it is placed into  
> elasticsearch. I don't want it in elasticsearch. I want it in a static file.
> 
> On Wednesday, January 8, 2014 2:32:50 PM UTC-7, vineeth mohan wrote:
> 
> > Hello Jay ,
> > 
> > Cant you do the same from the kibana side by adding a must not filter.  
> > Here once you save that dashboard , you can always go back to the same  
> > link to see the same static dashboard.
> > 
> > Thanks  
> > Vineeth
> > 
> > On Thu, Jan 9, 2014 at 2:42 AM, Jay Wilson [jawr...@gmail.com](mailto:jawr...@gmail.com) wrote:
> > 
> > > I am modifying the guided.json dashboard. Down in Events panel I would  
> > > like to tell kibana to statically filter out specific records. I tried  
> > > adding this to the file.
> > > 
> > > ```
> > > "query": {
> > > "filtered": {
> > > "query": {
> > > "bool": {
> > > "should": [
> > > {
> > > "query_string": {
> > > "query": "record-type: traffic-stats"
> > > }
> > > }
> > > ]
> > > }
> > > }
> > > }
> > > },
> > > 
> > > ```
> > > 
> > > Doesn't appear to work.
> > > 
> > > --  
> > > You received this message because you are subscribed to the Google  
> > > Groups "elasticsearch" group.  
> > > To unsubscribe from this group and stop receiving emails from it, send  
> > > an email to [elasticsearc...@googlegroups.com](mailto:elasticsearc...@googlegroups.com).
> > > 
> > > To view this discussion on the web visit [https://groups.google.com/d/](https://groups.google.com/d/)  
> > > msgid/elasticsearch/83bd80b2-5a61-4a15-b359-125fd600f3cd%  
> > > [40googlegroups.com](http://40googlegroups.com).  
> > > For more options, visit [https://groups.google.com/groups/opt\_out](https://groups.google.com/groups/opt_out).
> > 
> > --  
> > You received this message because you are subscribed to the Google Groups  
> > "elasticsearch" group.  
> > To unsubscribe from this group and stop receiving emails from it, send an  
> > email to [elasticsearch+unsubscribe@googlegroups.com](mailto:elasticsearch+unsubscribe@googlegroups.com).  
> > To view this discussion on the web visit  
> > [https://groups.google.com/d/msgid/elasticsearch/f207abdd-9fce-4379-aa9a-dd1dd35aa398%40googlegroups.com](https://groups.google.com/d/msgid/elasticsearch/f207abdd-9fce-4379-aa9a-dd1dd35aa398%40googlegroups.com)  
> > .
> 
> For more options, visit [https://groups.google.com/groups/opt\_out](https://groups.google.com/groups/opt_out).

--  
You received this message because you are subscribed to the Google Groups "elasticsearch" group.  
To unsubscribe from this group and stop receiving emails from it, send an email to [elasticsearch+unsubscribe@googlegroups.com](mailto:elasticsearch+unsubscribe@googlegroups.com).  
To view this discussion on the web visit [https://groups.google.com/d/msgid/elasticsearch/CAGdPd5k0zxt4G%2BWquQt8-iwY%2Bk\_kwWgcOrGpB3Yd0%2BOkfr6fvg%40mail.gmail.com](https://groups.google.com/d/msgid/elasticsearch/CAGdPd5k0zxt4G%2BWquQt8-iwY%2Bk_kwWgcOrGpB3Yd0%2BOkfr6fvg%40mail.gmail.com).  
For more options, visit [https://groups.google.com/groups/opt\_out](https://groups.google.com/groups/opt_out).

---

<div class="post-metadata">

### Author: ![warkolm](https://sea2.discourse-cdn.com/elastic/user_avatar/discuss.elastic.co/warkolm/32/39224_2.png) [@warkolm](https://discuss.elastic.co/u/warkolm)
#### Post date: [January 9, 2014, 8:33am UTC](https://discuss.elastic.co/t/kibana-static-dashboard/15153/6 "2014-01-09T08:33:51Z")

</div>

Then you can put it in $KIBANA\_ROOT/app/dashboards and load it from there.

Regards,  
Mark Walkom

Infrastructure Engineer  
Campaign Monitor  
email: [markw@campaignmonitor.com](mailto:markw@campaignmonitor.com)  
web: [www.campaignmonitor.com](http://www.campaignmonitor.com)

On 9 January 2014 19:32, vineeth mohan [vm.vineethmohan@gmail.com](mailto:vm.vineethmohan@gmail.com) wrote:

> Hello Jay ,
> 
> An advice here.  
> You can save Kibana dashboard as a static file too.  
> Follow these steps
> 
> Save -\> Advanced -\> "Export as schema"
> 
> Thanks  
> Vineeth
> 
> On Thu, Jan 9, 2014 at 3:16 AM, Jay Wilson [jawroper@gmail.com](mailto:jawroper@gmail.com) wrote:
> 
> > As I understand Kibana when a dashboard is saved, it is placed into  
> > elasticsearch. I don't want it in elasticsearch. I want it in a static file.
> > 
> > On Wednesday, January 8, 2014 2:32:50 PM UTC-7, vineeth mohan wrote:
> > 
> > > Hello Jay ,
> > > 
> > > Cant you do the same from the kibana side by adding a must not filter.  
> > > Here once you save that dashboard , you can always go back to the same  
> > > link to see the same static dashboard.
> > > 
> > > Thanks  
> > > Vineeth
> > > 
> > > On Thu, Jan 9, 2014 at 2:42 AM, Jay Wilson [jawr...@gmail.com](mailto:jawr...@gmail.com) wrote:
> > > 
> > > > I am modifying the guided.json dashboard. Down in Events panel I would  
> > > > like to tell kibana to statically filter out specific records. I tried  
> > > > adding this to the file.
> > > > 
> > > > ```
> > > > "query": {
> > > > "filtered": {
> > > > "query": {
> > > > "bool": {
> > > > "should": [
> > > > {
> > > > "query_string": {
> > > > "query": "record-type: traffic-stats"
> > > > }
> > > > }
> > > > ]
> > > > }
> > > > }
> > > > }
> > > > },
> > > > 
> > > > ```
> > > > 
> > > > Doesn't appear to work.
> > > > 
> > > > --  
> > > > You received this message because you are subscribed to the Google  
> > > > Groups "elasticsearch" group.  
> > > > To unsubscribe from this group and stop receiving emails from it, send  
> > > > an email to [elasticsearc...@googlegroups.com](mailto:elasticsearc...@googlegroups.com).
> > > > 
> > > > To view this discussion on the web visit [https://groups.google.com/d/](https://groups.google.com/d/)  
> > > > msgid/elasticsearch/83bd80b2-5a61-4a15-b359-125fd600f3cd%  
> > > > [40googlegroups.com](http://40googlegroups.com).  
> > > > For more options, visit [https://groups.google.com/groups/opt\_out](https://groups.google.com/groups/opt_out).
> > > 
> > > --  
> > > You received this message because you are subscribed to the Google Groups  
> > > "elasticsearch" group.  
> > > To unsubscribe from this group and stop receiving emails from it, send an  
> > > email to [elasticsearch+unsubscribe@googlegroups.com](mailto:elasticsearch+unsubscribe@googlegroups.com).  
> > > To view this discussion on the web visit  
> > > [https://groups.google.com/d/msgid/elasticsearch/f207abdd-9fce-4379-aa9a-dd1dd35aa398%40googlegroups.com](https://groups.google.com/d/msgid/elasticsearch/f207abdd-9fce-4379-aa9a-dd1dd35aa398%40googlegroups.com)  
> > > .
> > 
> > For more options, visit [https://groups.google.com/groups/opt\_out](https://groups.google.com/groups/opt_out).
> 
> --  
> You received this message because you are subscribed to the Google Groups  
> "elasticsearch" group.  
> To unsubscribe from this group and stop receiving emails from it, send an  
> email to [elasticsearch+unsubscribe@googlegroups.com](mailto:elasticsearch+unsubscribe@googlegroups.com).  
> To view this discussion on the web visit  
> [https://groups.google.com/d/msgid/elasticsearch/CAGdPd5k0zxt4G%2BWquQt8-iwY%2Bk\_kwWgcOrGpB3Yd0%2BOkfr6fvg%40mail.gmail.com](https://groups.google.com/d/msgid/elasticsearch/CAGdPd5k0zxt4G%2BWquQt8-iwY%2Bk_kwWgcOrGpB3Yd0%2BOkfr6fvg%40mail.gmail.com)  
> .  
> For more options, visit [https://groups.google.com/groups/opt\_out](https://groups.google.com/groups/opt_out).

--  
You received this message because you are subscribed to the Google Groups "elasticsearch" group.  
To unsubscribe from this group and stop receiving emails from it, send an email to [elasticsearch+unsubscribe@googlegroups.com](mailto:elasticsearch+unsubscribe@googlegroups.com).  
To view this discussion on the web visit [https://groups.google.com/d/msgid/elasticsearch/CAEM624Z4jBX6Yi5GLpLMBH0zCJh6RsRqWXSSb9-4m7%3DrUdOqTQ%40mail.gmail.com](https://groups.google.com/d/msgid/elasticsearch/CAEM624Z4jBX6Yi5GLpLMBH0zCJh6RsRqWXSSb9-4m7%3DrUdOqTQ%40mail.gmail.com).  
For more options, visit [https://groups.google.com/groups/opt\_out](https://groups.google.com/groups/opt_out).

---

<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: [July 6, 2017, 1:57am UTC](https://discuss.elastic.co/t/kibana-static-dashboard/15153/7 "2017-07-06T01:57:48Z")

</div>


