mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 09:48:58 -04:00
[7.5] Update timelion.asciidocs (#55993)
* Update timelion.asciidocs Update docs to have a valid example of Timelion Network traffic visualization. * Update timelion.asciidoc Co-authored-by: Elastic Machine <elasticmachine@users.noreply.github.com>
This commit is contained in:
parent
00af791f7e
commit
e6d89f60e8
1 changed files with 2 additions and 2 deletions
|
@ -256,7 +256,7 @@ Customize and format the visualization using functions:
|
|||
----------------------------------
|
||||
.es(index=metricbeat*,
|
||||
timefield=@timestamp,
|
||||
metric=max:system.network.in.byte)
|
||||
metric=max:system.network.in.bytes)
|
||||
.derivative()
|
||||
.divide(1048576)
|
||||
.lines(fill=2, width=1)
|
||||
|
@ -270,7 +270,7 @@ Customize and format the visualization using functions:
|
|||
.multiply(-1)
|
||||
.divide(1048576)
|
||||
.lines(fill=2, width=1) <3>
|
||||
.color(blue) < <4>
|
||||
.color(blue) <4>
|
||||
.label("Outbound traffic")
|
||||
.legend(columns=2, position=nw) <5>
|
||||
----------------------------------
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue