Created
September 22, 2017 00:52
-
-
Save benpolzin/bf6e28c31b3b9c60908be9405ab03a9f to your computer and use it in GitHub Desktop.
kibana index
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| curl -GET 'localhost:9200/.kibana?pretty' | |
| { | |
| ".kibana-6" : { | |
| "aliases" : { | |
| ".kibana" : { } | |
| }, | |
| "mappings" : { | |
| "visualization" : { | |
| "dynamic" : "strict", | |
| "properties" : { | |
| "description" : { | |
| "type" : "text" | |
| }, | |
| "kibanaSavedObjectMeta" : { | |
| "properties" : { | |
| "searchSourceJSON" : { | |
| "type" : "text" | |
| } | |
| } | |
| }, | |
| "savedSearchId" : { | |
| "type" : "keyword" | |
| }, | |
| "title" : { | |
| "type" : "text" | |
| }, | |
| "uiStateJSON" : { | |
| "type" : "text" | |
| }, | |
| "version" : { | |
| "type" : "integer" | |
| }, | |
| "visState" : { | |
| "type" : "text" | |
| } | |
| } | |
| }, | |
| "_default_" : { | |
| "dynamic" : "strict" | |
| }, | |
| "dashboard" : { | |
| "dynamic" : "strict", | |
| "properties" : { | |
| "description" : { | |
| "type" : "text" | |
| }, | |
| "hits" : { | |
| "type" : "integer" | |
| }, | |
| "kibanaSavedObjectMeta" : { | |
| "properties" : { | |
| "searchSourceJSON" : { | |
| "type" : "text" | |
| } | |
| } | |
| }, | |
| "optionsJSON" : { | |
| "type" : "text" | |
| }, | |
| "panelsJSON" : { | |
| "type" : "text" | |
| }, | |
| "refreshInterval" : { | |
| "properties" : { | |
| "display" : { | |
| "type" : "keyword" | |
| }, | |
| "pause" : { | |
| "type" : "boolean" | |
| }, | |
| "section" : { | |
| "type" : "integer" | |
| }, | |
| "value" : { | |
| "type" : "integer" | |
| } | |
| } | |
| }, | |
| "timeFrom" : { | |
| "type" : "keyword" | |
| }, | |
| "timeRestore" : { | |
| "type" : "boolean" | |
| }, | |
| "timeTo" : { | |
| "type" : "keyword" | |
| }, | |
| "title" : { | |
| "type" : "text" | |
| }, | |
| "uiStateJSON" : { | |
| "type" : "text" | |
| }, | |
| "version" : { | |
| "type" : "integer" | |
| } | |
| } | |
| }, | |
| "search" : { | |
| "dynamic" : "strict", | |
| "properties" : { | |
| "columns" : { | |
| "type" : "keyword" | |
| }, | |
| "description" : { | |
| "type" : "text" | |
| }, | |
| "hits" : { | |
| "type" : "integer" | |
| }, | |
| "kibanaSavedObjectMeta" : { | |
| "properties" : { | |
| "searchSourceJSON" : { | |
| "type" : "text" | |
| } | |
| } | |
| }, | |
| "sort" : { | |
| "type" : "keyword" | |
| }, | |
| "title" : { | |
| "type" : "text" | |
| }, | |
| "version" : { | |
| "type" : "integer" | |
| } | |
| } | |
| }, | |
| "config" : { | |
| "properties" : { | |
| "buildNum" : { | |
| "type" : "long" | |
| }, | |
| "defaultIndex" : { | |
| "type" : "text", | |
| "fields" : { | |
| "keyword" : { | |
| "type" : "keyword", | |
| "ignore_above" : 256 | |
| } | |
| } | |
| }, | |
| "discover:aggs:terms:size" : { | |
| "type" : "long" | |
| }, | |
| "xPackMonitoring:allowReport" : { | |
| "type" : "boolean" | |
| }, | |
| "xPackMonitoring:showBanner" : { | |
| "type" : "boolean" | |
| } | |
| } | |
| }, | |
| "index-pattern" : { | |
| "dynamic" : "strict", | |
| "properties" : { | |
| "fieldFormatMap" : { | |
| "type" : "text" | |
| }, | |
| "fields" : { | |
| "type" : "text" | |
| }, | |
| "intervalName" : { | |
| "type" : "keyword" | |
| }, | |
| "notExpandable" : { | |
| "type" : "boolean" | |
| }, | |
| "sourceFilters" : { | |
| "type" : "text" | |
| }, | |
| "timeFieldName" : { | |
| "type" : "keyword" | |
| }, | |
| "title" : { | |
| "type" : "text" | |
| } | |
| } | |
| }, | |
| "doc" : { | |
| "properties" : { | |
| "config" : { | |
| "properties" : { | |
| "buildNum" : { | |
| "type" : "keyword" | |
| }, | |
| "defaultIndex" : { | |
| "type" : "text", | |
| "fields" : { | |
| "keyword" : { | |
| "type" : "keyword", | |
| "ignore_above" : 256 | |
| } | |
| } | |
| }, | |
| "discover:aggs:terms:size" : { | |
| "type" : "long" | |
| }, | |
| "xPackMonitoring:allowReport" : { | |
| "type" : "boolean" | |
| }, | |
| "xPackMonitoring:showBanner" : { | |
| "type" : "boolean" | |
| } | |
| } | |
| }, | |
| "dashboard" : { | |
| "properties" : { | |
| "description" : { | |
| "type" : "text" | |
| }, | |
| "hits" : { | |
| "type" : "integer" | |
| }, | |
| "kibanaSavedObjectMeta" : { | |
| "properties" : { | |
| "searchSourceJSON" : { | |
| "type" : "text" | |
| } | |
| } | |
| }, | |
| "optionsJSON" : { | |
| "type" : "text" | |
| }, | |
| "panelsJSON" : { | |
| "type" : "text" | |
| }, | |
| "refreshInterval" : { | |
| "properties" : { | |
| "display" : { | |
| "type" : "keyword" | |
| }, | |
| "pause" : { | |
| "type" : "boolean" | |
| }, | |
| "section" : { | |
| "type" : "integer" | |
| }, | |
| "value" : { | |
| "type" : "integer" | |
| } | |
| } | |
| }, | |
| "timeFrom" : { | |
| "type" : "keyword" | |
| }, | |
| "timeRestore" : { | |
| "type" : "boolean" | |
| }, | |
| "timeTo" : { | |
| "type" : "keyword" | |
| }, | |
| "title" : { | |
| "type" : "text" | |
| }, | |
| "uiStateJSON" : { | |
| "type" : "text" | |
| }, | |
| "version" : { | |
| "type" : "integer" | |
| } | |
| } | |
| }, | |
| "graph-workspace" : { | |
| "properties" : { | |
| "description" : { | |
| "type" : "text" | |
| }, | |
| "kibanaSavedObjectMeta" : { | |
| "properties" : { | |
| "searchSourceJSON" : { | |
| "type" : "text" | |
| } | |
| } | |
| }, | |
| "numLinks" : { | |
| "type" : "integer" | |
| }, | |
| "numVertices" : { | |
| "type" : "integer" | |
| }, | |
| "title" : { | |
| "type" : "text" | |
| }, | |
| "version" : { | |
| "type" : "integer" | |
| }, | |
| "wsState" : { | |
| "type" : "text" | |
| } | |
| } | |
| }, | |
| "index-pattern" : { | |
| "properties" : { | |
| "fieldFormatMap" : { | |
| "type" : "text" | |
| }, | |
| "fields" : { | |
| "type" : "text" | |
| }, | |
| "intervalName" : { | |
| "type" : "keyword" | |
| }, | |
| "notExpandable" : { | |
| "type" : "boolean" | |
| }, | |
| "sourceFilters" : { | |
| "type" : "text" | |
| }, | |
| "timeFieldName" : { | |
| "type" : "keyword" | |
| }, | |
| "title" : { | |
| "type" : "text" | |
| } | |
| } | |
| }, | |
| "search" : { | |
| "properties" : { | |
| "columns" : { | |
| "type" : "keyword" | |
| }, | |
| "description" : { | |
| "type" : "text" | |
| }, | |
| "hits" : { | |
| "type" : "integer" | |
| }, | |
| "kibanaSavedObjectMeta" : { | |
| "properties" : { | |
| "searchSourceJSON" : { | |
| "type" : "text" | |
| } | |
| } | |
| }, | |
| "sort" : { | |
| "type" : "keyword" | |
| }, | |
| "title" : { | |
| "type" : "text" | |
| }, | |
| "version" : { | |
| "type" : "integer" | |
| } | |
| } | |
| }, | |
| "server" : { | |
| "properties" : { | |
| "uuid" : { | |
| "type" : "keyword" | |
| } | |
| } | |
| }, | |
| "timelion-sheet" : { | |
| "properties" : { | |
| "description" : { | |
| "type" : "text" | |
| }, | |
| "hits" : { | |
| "type" : "integer" | |
| }, | |
| "kibanaSavedObjectMeta" : { | |
| "properties" : { | |
| "searchSourceJSON" : { | |
| "type" : "text" | |
| } | |
| } | |
| }, | |
| "timelion_chart_height" : { | |
| "type" : "integer" | |
| }, | |
| "timelion_columns" : { | |
| "type" : "integer" | |
| }, | |
| "timelion_interval" : { | |
| "type" : "keyword" | |
| }, | |
| "timelion_other_interval" : { | |
| "type" : "keyword" | |
| }, | |
| "timelion_rows" : { | |
| "type" : "integer" | |
| }, | |
| "timelion_sheet" : { | |
| "type" : "text" | |
| }, | |
| "title" : { | |
| "type" : "text" | |
| }, | |
| "version" : { | |
| "type" : "integer" | |
| } | |
| } | |
| }, | |
| "type" : { | |
| "type" : "keyword" | |
| }, | |
| "updated_at" : { | |
| "type" : "date" | |
| }, | |
| "url" : { | |
| "properties" : { | |
| "accessCount" : { | |
| "type" : "long" | |
| }, | |
| "accessDate" : { | |
| "type" : "date" | |
| }, | |
| "createDate" : { | |
| "type" : "date" | |
| }, | |
| "url" : { | |
| "type" : "text", | |
| "fields" : { | |
| "keyword" : { | |
| "type" : "keyword", | |
| "ignore_above" : 2048 | |
| } | |
| } | |
| } | |
| } | |
| }, | |
| "visualization" : { | |
| "properties" : { | |
| "description" : { | |
| "type" : "text" | |
| }, | |
| "kibanaSavedObjectMeta" : { | |
| "properties" : { | |
| "searchSourceJSON" : { | |
| "type" : "text" | |
| } | |
| } | |
| }, | |
| "savedSearchId" : { | |
| "type" : "keyword" | |
| }, | |
| "title" : { | |
| "type" : "text" | |
| }, | |
| "uiStateJSON" : { | |
| "type" : "text" | |
| }, | |
| "version" : { | |
| "type" : "integer" | |
| }, | |
| "visState" : { | |
| "type" : "text" | |
| } | |
| } | |
| } | |
| } | |
| } | |
| }, | |
| "settings" : { | |
| "index" : { | |
| "refresh_interval" : "1s", | |
| "number_of_shards" : "1", | |
| "provided_name" : ".kibana-6", | |
| "format" : "6", | |
| "creation_date" : "1505768281511", | |
| "number_of_replicas" : "1", | |
| "uuid" : "LaISONzyRfGlu2gzSLxvhA", | |
| "version" : { | |
| "created" : "5060099" | |
| } | |
| } | |
| } | |
| } | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment