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 <[email protected]> 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 [email protected].
>>> To view this discussion on the web visit
>>> 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.
>>>
>>
>>
--
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 [email protected].
To view this discussion on the web visit
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.