I hereby claim:
- I am nyurik on github.
- I am nyurik (https://keybase.io/nyurik) on keybase.
- I have a public key ASA_DNz0UNVjjeDMAIOHOLYL2y2ybFNWIMgB9dkX5A5j3Qo
To claim this, I am signing this object:
{ | |
$schema: https://vega.github.io/schema/vega-lite/v2.json | |
data: { | |
// Get 10000 documents from ES | |
url: { | |
%context%: true | |
%timefield%: @timestamp | |
index: logstash-* | |
body: { |
{ | |
$schema: https://vega.github.io/schema/vega-lite/v2.json | |
data: { | |
url: { | |
index: logstash-* | |
%context%: true | |
%timefield%: @timestamp | |
body: { | |
size: 0 | |
aggs: { |
// Copied from https://vega.github.io/vega/examples/earthquakes/ | |
{ | |
"$schema": "https://vega.github.io/schema/vega/v3.json", | |
"signals": [ | |
{"name": "quakeSize", "value": 6}, | |
{ | |
"name": "rotate0", | |
"value": 90, | |
"bind": {"input": "range", "min": -180, "max": 180} |
{ | |
$schema: https://vega.github.io/schema/vega/v3.json | |
data: [ | |
{ | |
name: esdata | |
url: { | |
%context%: true | |
%timefield%: @timestamp | |
index: logstash-* | |
body: { |
{ | |
$schema: https://vega.github.io/schema/vega/v3.0.json | |
config: { | |
kibana: {type: "map", latitude: 25, longitude: -70, zoom: 3} | |
} | |
data: [ | |
{ | |
name: table | |
url: { | |
index: kibana_sample_data_flights |
{ | |
"$schema": "https://vega.github.io/schema/vega/v4.json", | |
"width": 200, | |
"height": 200, | |
"padding": 5, | |
"marks": [ | |
{ | |
"type": "image", | |
"encode": { | |
"enter": { |
{ | |
$schema: https://vega.github.io/schema/vega/v3.json | |
padding: 10 | |
config: { | |
kibana: {tooltips: false} | |
} | |
signals: [ | |
{ | |
name: rotation | |
value: 65 |
{ | |
$schema: https://vega.github.io/schema/vega/v3.json | |
padding: 10 | |
config: { | |
kibana: {tooltips: false} | |
} | |
signals: [ | |
{ | |
name: rotation | |
value: 65 |
I hereby claim:
To claim this, I am signing this object:
It is usually very difficult to debug Vega questions without having your data. To make it easier, please follow these steps to include data with your graph when posting:
Inspect
)Console
tab>
symbol and hit enter
(check the schema
in your graph to see if you use Vega or Vega-Lite)