Skip to content

Commit

Permalink
Update TESTS.md
Browse files Browse the repository at this point in the history
  • Loading branch information
PhaedrusTheGreek authored Oct 30, 2017
1 parent 0428078 commit dfacfa5
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions TESTS.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,3 +52,5 @@ PUT /_bulk
{"index":{"_index":".kibana","_type":"visualization","_id":"3c633260-2371-11e7-be0c-1bb0fbe2c940"}}
{"title":"Test #1 (Style Tags Security)","visState":"{\"title\":\"Test #1 (Style Tags Security)\",\"type\":\"transform\",\"params\":{\"outputs\":{\"formula\":\"<style>\\n .myfont {\\n font-size: 40px;\\n }\\n</style>\\n\\n<hr>\\n<div class=\\\"myfont\\\">My Text</div>\\n<hr>\",\"indexpattern\":\"test\",\"meta\":\"({\\n count_hits: function() {\\n return this.response.hits.total;\\n }\\n})\",\"querydsl\":\"{\\n \\\"query\\\": {\\n \\\"bool\\\": {\\n \\\"must\\\": [\\n \\\"_DASHBOARD_CONTEXT_\\\"\\n ]\\n }\\n }\\n}\"}},\"aggs\":[],\"listeners\":{}}","uiStateJSON":"{}","description":"","version":1,"kibanaSavedObjectMeta":{"searchSourceJSON":"{\"query\":{\"query_string\":{\"query\":\"*\"}},\"filter\":[],\"index\":\"test\"}"}}
```

Create an index pattern called `test` and point it at the test index

0 comments on commit dfacfa5

Please sign in to comment.