[02:15:07] ( ! ) Warning: preg_match() expects parameter 2 to be string, array given in /var/www/wiki/mediawiki/core/includes/libs/time/ConvertibleTimestamp.php on line 85 [02:49:41] bd808: any idea if there is a quick fix if the kibana instance on my vagrant box says "There were no results because no indices were found that match your selected time span"? [02:50:08] I looked at the indexes created by the puppet role and they all seem to exist [02:58:12] tgr: hmmm... is it running kibana3 or kibana4? [02:58:48] * bd808 has not used that role in a long time [02:59:22] bd808: 3 [03:00:50] as I recall, kibana3 always wanted a logstash-YYYYMMDD index. so if you were searching the last 1 hour it would want to see a logstash-20161127 index [03:01:38] curl http://127.0.0.1/_cat/indices should show you what ones exist [03:01:47] err needs a :9200 [03:02:41] That role should be updated to use kibana4 I suppose. We have elasticsearch 2.x now in the vm right? [03:04:55] 2.3.5 on my box [03:06:56] curl returns "green open kibana-int 1 0 2 0 24.8kb 24.8kb" [03:07:52] anyway don't worry about it if you don't know it off-hand, I was just hoping to spare myself half an hour of reprovisioning [03:08:07] so there are no logstash-* indices and thus no logs to show in the ui [03:08:42] it sounds like the pipeline from mw to logstash is busted somehow