You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
hetzner-ansible/roles/kibana/templates/smardigo_search.json.j2

31 lines
783 B
Django/Jinja

{
"attributes" : {
"columns" : [ "message_full" ],
"description" : "",
"grid" : {},
"hideChart" : false,
"kibanaSavedObjectMeta" : {
"searchSourceJSON" : "{\"query\":{\"query\":\"\",\"language\":\"kuery\"},\"filter\":[],\"indexRefName\":\"kibanaSavedObjectMeta.searchSourceJSON.index\"}"
},
"sort" : [
[
"@timestamp",
"desc"
]
],
"title" : "{{ elastic_search_name }}"
},
"coreMigrationVersion" : "7.16.1",
"id" : "{{ elastic_search_name | to_uuid }}",
"migrationVersion" : {
"search" : "7.9.3"
},
"references" : [
{
"id" : "{{ elastic_index_pattern_uuid }}",
"name" : "kibanaSavedObjectMeta.searchSourceJSON.index",
"type" : "index-pattern"
}
],
"type" : "search"
}