-
Notifications
You must be signed in to change notification settings - Fork 8.5k
Description
I've installed kibana3 on an suse12.3 box with ES20.5.
Kibana2 is working without problems.
Testing with WIN7 client - Firefox 19.0.2
I can start the default dashboard I can load git dashboard - but No connectivity to my ES cluster.
On shell manually queries with curl are working fine.
Even saving to ES fails.
elma-es:/opt/kibana3-master/dashboards # curl -XGET http://localhost:9200/rsyslog-2013-03-24/_search?pretty -d'
{
"query": {
"filtered": {
"query": {
"query_string": {
"query": "*"
}
},
"filter": {
"range": {
"@timestamp": {
"from": "2013-03-23T23:48:36.000Z",
"to": "2013-03-24T05:48:36.000Z"
}
}
}
}
},
},
"size": 100,
"from": 0,
"sort": [
{
"@timestamp": {
"order": "desc"
}
}
]
}'
{
"took" : 23,
"timed_out" : false,
"_shards" : {
"total" : 1,
"successful" : 1,
"failed" : 0
},
"hits" : {
"total" : 108,
"max_score" : null,
"hits" : [ {
"_index" : "rsyslog-2013-03-24",
"_type" : "events",
"_id" : "Iwk4N_KhQNGmLuZtX9uKmA",
"_score" : null, "_source" : {"@timestamp":"2013-03-24T06:48:14.380039+01:00","@source_host":"elma-es","@source":"syslog://127.0.0.1","@message":"Mar 24 06:48:14 kernel:[318299.971874] SFW2-INext-ACC-TCP IN=eth0 OUT= MAC=52:54:00:5c:76:5d:00:22:5f:0e:f7:85:08:00 SRC=192.168.178.101 DST=192.168.178.25 LEN=52 TOS=0x00 PREC=0x00 TTL=128 ID=30646 DF PROTO=TCP SPT=57287 DPT=443 WINDOW=8192 RES=0x00 SYN URGP=0 OPT (020405B40103030201010402) ","@fields":{"facility":"0","facility_label":"kern","severity":"4","severity_label":"warning","priority":"4","program":"kernel","processid":"-"},"@customer":"AIDB","@type":"events"},
"sort" : [ 1364104094380 ]
}, {