summaryrefslogtreecommitdiff
path: root/elastic/templates/visualization.mustache
blob: 1d4eda3976663a2226553975002db51c483cfc6a (plain)
1
2
3
4
5
6
7
8
9
10
{
    "title" : "{{{title}}}",
    "visState" : {{{visState}}},
    "uiStateJSON" : "{}",
    "description" : "Test {{{type}}} for {{{test_name}}}",
    "version" : 1,
    "kibanaSavedObjectMeta" : {
        "searchSourceJSON": {{{searchSourceJSON}}}
    }
}