[go: up one dir, main page]

0% found this document useful (0 votes)
70 views5 pages

Kibana Advance Settings Parameters

The document contains a comprehensive list of configuration settings for the Timelion application and Kibana, detailing default values and options for various features. Key settings include default indices, time formats, visualization options, and notification lifetimes. It also covers query options, sorting parameters, and user interface preferences for data visualization and interaction.
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
70 views5 pages

Kibana Advance Settings Parameters

The document contains a comprehensive list of configuration settings for the Timelion application and Kibana, detailing default values and options for various features. Key settings include default indices, time formats, visualization options, and notification lifetimes. It also covers query options, sorting parameters, and user interface preferences for data visualization and interaction.
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
You are on page 1/ 5

Name Value

timelion:showTutorial
Should I show the tutorial by default when entering the timelion false
app?
timelion:es.timefield
@timestamp
Default field containing a timestamp when using .es()
timelion:es.default_index
_all
Default elasticsearch index to search with .es()
timelion:target_buckets
200
The number of buckets to shoot for when using auto intervals
timelion:max_buckets
2000
The maximum number of buckets a single datasource can return
timelion:default_columns
2
Number of columns on a timelion sheet by default
timelion:default_rows
2
Number of rows on a timelion sheet by default
timelion:min_interval
1ms
The smallest interval that will be calculated when using "auto"
timelion:graphite.url https://www.hostedgraphite.com/UID/ACCESS_
[experimental] The URL of your graphite host
timelion:quandl.key someKeyHere
[experimental] Your API key from www.quandl.com
query:queryString:options { "analyze_wildcard": true, "default_field": "*"
Options for the lucene query string parser
query:allowLeadingWildcards
When set, * is allowed as the first character in a query clause.
Currently only applies when experimental query features are true
enabled in the query bar. To disallow leading wildcards in basic
lucene queries, use query:queryString:options
search:queryLanguage
Query language used by the query bar. Kuery is an experimental lucene
new language built specifically for Kibana.
sort:options { "unmapped_type": "boolean" }
Options for the Elasticsearch sort parameter
dateFormat MMMM Do YYYY, HH:mm:ss.SSS
When displaying a pretty formatted date, use this format
dateFormat:tz
Which timezone should be used. "Browser" will use the timezone Browser
detected by your browser.
dateFormat:scaled
Values that define the format used in situations where timebased [ ["", "HH:mm:ss.SSS"], ["PT1S", "HH:mm:ss"],
data is rendered in order, and formatted timestamps should ["PT1H", "YYYY-MM-DD HH:mm"], ["P1DT", "YY
adapt to the interval between measurements. Keys are ISO8601 "YYYY"] ]
intervals.
dateFormat:dow
Sunday
What day should weeks start on?
defaultIndex
Default: null *:logstash-*
The index to access if no index is set
defaultColumns
_source
Columns displayed by default in the Discovery tab
Name Value
metaFields
Fields that exist outside of _source to merge into our document _source, _id, _type, _index, _score
when displaying it
discover:sampleSize
Default: 500 10
The number of rows to show in the table
discover:aggs:terms:size
Determines how many terms will be visualized when clicking the 20
"visualize" button, in the field drop downs, in the discover
sidebar.
discover:sort:defaultOrder
Controls the default sort direction for time based index patterns desc
in the Discover app.
doc_table:highlight
Highlight results in Discover and Saved Searches true
Dashboard.Highlighting makes requests slow when working on
big documents.
courier:maxSegmentCount
Requests in discover are split into segments to prevent massive
requests from being sent to elasticsearch. This setting attempts 30
to prevent the list of segments from getting too long, which
might cause requests to take much longer to process
courier:ignoreFilterIfFieldNotInIndex
This configuration enhances support for dashboards containing
visualizations accessing dissimilar indexes. When set to false, all false
filters are applied to all visualizations. When set to true, filter(s)
will be ignored for a visualization when the visualization's index
does not contain the filtering field.
courier:setRequestPreference
Allows you to set which shards handle your search requests.
sessionId: restricts operations to execute all search
requests on the same shards. This has the benefit of
reusing shard caches across requests.
custom: allows you to define a your own preference.
Use courier:customRequestPreference to customize sessionId
your preference value.
none: means do not set a preference. This might
provide better performance because requests can be
spread across all shard copies. However, results might
be inconsistent because different shards might be in
different refresh states.
courier:customRequestPreference
Request Preference used _local
when courier:setRequestPreference is set to "custom".
fields:popularLimit
10
The top N most popular fields to show
histogram:barTarget
Attempt to generate around this many bars when using "auto" 50
interval in date histograms
histogram:maxBars 100
Never show more than this many bars in date histograms, scale
Name Value
values if needed
visualize:enableLabs
true
Enable lab visualizations in Visualize.
visualization:tileMap:maxPrecision
The maximum geoHash precision displayed on tile maps: 7 is
7
high, 10 is very high, 12 is the max. Explanation of cell
dimensions
visualization:tileMap:WMSdefaults { "enabled": false, "options": { "format": "imag
Default properties for the WMS map server support in the
coordinate map
"transparent": true } }
visualization:regionmap:showWarnings
Whether the region map show a warning when terms cannot be true
joined to a shape on the map.
visualization:colorMapping
{"Count":"#00A69B"}
Maps values to specified colors within visualizations
visualization:loadingDelay
2s
Time to wait before dimming visualizations during query
visualization:dimmingOpacity
The opacity of the chart items that are dimmed when
highlighting another element of the chart. The lower this number, 0.5
the more the highlighted element will stand out.This must be a
number between 0 and 1.
csv:separator
,
Separate exported values with this string
csv:quoteValues
true
Should values be quoted in csv exports?
history:limit
In fields that have history (e.g. query inputs), show this many 10
recent values
shortDots:enable
Shorten long fields, for example, instead of foo.bar.baz, show false
f.b.baz
truncate:maxHeight
The maximum height that a cell in a table should occupy. Set to 115
0 to disable truncation
indexPattern:fieldMapping:lookBack
For index patterns containing timestamps in their names, look for 5
this many recent matching patterns from which to query the field
mapping
indexPatterns:warnAboutUnsupportedTimePatter
ns
When an index pattern is using the now unsupported "time false
pattern" format, a warning will be displayed once per session
that is using this pattern. Set this to false to disable that warning.
{ "ip": { "id": "ip", "params": {} }, "date": { "id
format:defaultTypeMap
{} }, "number": { "id": "number", "params": {
Map of the format name to use by default for each field type. "boolean", "params": {} }, "_source": { "id": "_
"_default_" is used if the field type is not mentioned explicitly
{} }, "_default_": { "id": "string", "params": {}
format:number:defaultPattern 0,0.[000]
Default numeral format for the "number" format
format:bytes:defaultPattern 0,0.[000]b
Name Value
Default numeral format for the "bytes" format
format:percent:defaultPattern 0,0.[000]%
Default numeral format for the "percent" format
format:currency:defaultPattern ($0,0.[00])
Default numeral format for the "currency" format
format:number:defaultLocale en
numeral language
savedObjects:perPage
5
Number of objects to show per page in the load dialog
savedObjects:listingLimit
1000
Number of objects to fetch for the listing pages
timepicker:timeDefaults
Default: { "from": "now-15m", "to": "now", "mode": "quick" } { "from": "now-24h", "to": "now", "mode": "qu
The timefilter selection to use when Kibana is started without one
timepicker:refreshIntervalDefaults
{ "display": "Off", "pause": false, "value": 0 }
The timefilter's default refresh interval
[ { "from": "now/d", "to": "now/d", "display": "T
{ "from": "now/w", "to": "now/w", "display": "T
}, { "from": "now/M", "to": "now/M", "display":
"section": 0 }, { "from": "now/y", "to": "now/y"
year", "section": 0 }, { "from": "now/d", "to": "
"Today so far", "section": 0 }, { "from": "now/w
"display": "Week to date", "section": 0 }, { "fro
"now", "display": "Month to date", "section": 0
"to": "now", "display": "Year to date", "section"
15m", "to": "now", "display": "Last 15 minutes
timepicker:quickRanges { "from": "now-30m", "to": "now", "display": "L
The list of ranges to show in the Quick section of the time picker. "section": 1 }, { "from": "now-1h", "to": "now",
This should be an array of objects, with each object containing hour", "section": 1 }, { "from": "now-4h", "to":
"from", "to" (see accepted formats), "display" (the title to be "Last 4 hours", "section": 1 }, { "from": "now-1
displayed), and "section" (which column to put the option in). "display": "Last 12 hours", "section": 1 }, { "fro
"now", "display": "Last 24 hours", "section": 1
"to": "now", "display": "Last 7 days", "section"
30d", "to": "now", "display": "Last 30 days", "s
"now-60d", "to": "now", "display": "Last 60 day
{ "from": "now-90d", "to": "now", "display": "L
"section": 2 }, { "from": "now-6M", "to": "now"
months", "section": 2 }, { "from": "now-1y", "t
"Last 1 year", "section": 2 }, { "from": "now-2y
"display": "Last 2 years", "section": 2 }, { "from
"now", "display": "Last 5 years", "section": 2 }
dashboard:defaultDarkTheme
Default: false true
New dashboards use dark theme by default
filters:pinnedByDefault
Whether the filters should have a global state (be pinned) by false
default
filterEditor:suggestValues
Set this property to false to prevent the filter editor from true
suggesting values for fields.
notifications:banner
Name Value
A custom banner intended for temporary notices to all
users. Markdown supported.
notifications:lifetime:banner
The time in milliseconds which a banner notification will be 3000000
displayed on-screen for. Setting to Infinity will disable the
countdown.
notifications:lifetime:error
The time in milliseconds which an error notification will be 300000
displayed on-screen for. Setting to Infinity will disable.
notifications:lifetime:warning
The time in milliseconds which a warning notification will be 10000
displayed on-screen for. Setting to Infinity will disable.
notifications:lifetime:info
The time in milliseconds which an information notification will be 5000
displayed on-screen for. Setting to Infinity will disable.
metrics:max_buckets
2000
The maximum number of buckets a single datasource can return
state:storeInSessionStorage
The URL can sometimes grow to be too large for some browsers
to handle. To counter-act this we are testing if storing parts of false
the URL in sessions storage could help. Please let us know how it
goes!
indexPattern:placeholder
The placeholder for the field "Index name or pattern" in the logstash-*
"Settings > Indices" tab.
context:defaultSize
5
The number of surrounding entries to show in the context view
context:step
5
The step size to increment or decrement the context size by
context:tieBreakerFields
A comma-separated list of fields to use for tiebreaking between
documents that have the same timestamp value. From this list _doc
the first field that is present and sortable in the current index
pattern is used.

You might also like