Questions tagged [riemann-dashboard]

A javascript, websockets-powered dashboard for Riemann.

A javascript, websockets-powered dashboard for Riemann. https://github.com/aphyr/riemann-dash

7 questions
2
votes
0 answers

Riemann + print an event/alert if it occurs more than 2 times in 5min

I am getting logs from logstash and sending messages which contains ERROR to riemann server. logsash message : message" => "Jul 10 04:34:47 : [ERROR] [host] Sample abc123" In riemann I need to write a logic to find if the same ERROR occurs more…
Vinod HC
  • 1,557
  • 5
  • 20
  • 38
1
vote
1 answer

Is it possible to get access to riemann dashboard without proxy

I have installed riemann dashboard, but can access to it only from localhost. All I have found is to advices to setting up apache/nginx to access to dashboard from the remote host. I was looking on bind parameter, but don't know what to set here to…
ceth
  • 44,198
  • 62
  • 180
  • 289
1
vote
0 answers

secure a riemann dashboard websocket

I want to secure my riemann server/client/dashboard to use it on a production server so that only authorized can access the data. So: I redirect port 80 to 443 used let's encrypt certificates added nginx authentication on the dashboard But then I…
nha
  • 17,623
  • 13
  • 87
  • 133
1
vote
1 answer

Riemann-dash not showing anything

I am new to riemann. I am facing an issue which i guess would be trivial but not able to find the solution. I am not getting any data on the riemann dashboard. I have followed the exact steps said in riemann.io/howto.html My riemann.config…
vivek jha
  • 344
  • 1
  • 11
1
vote
2 answers

Clojure Dashboard query

I am trying to show a graph on riemann-dashboard using query "pingDelay > 0" . I already have indexed my data using following code (let [index (index)] (defn write-dht-metric [e] (let [dhtstate (re-find #"dht_status: health\.(\S+), msg count…
Tahir Rauf
  • 484
  • 6
  • 16
0
votes
0 answers

What is riemann index size?

In the Riemann stream processing server, when we look at the internal Riemann metrics there is a metric value "Riemann index size"? What causes this value to increase? Is it based on the number of transport listeners configured to accept events…
Vipin Menon
  • 2,892
  • 4
  • 20
  • 35
0
votes
1 answer

Riemann Dashboard not outputting internal Riemann metrics

I'm new to Riemann and also new to ruby and Clojure as well. I'm trying to output the internal riemann events via (streams prn) in my riemann.config file. I currently see messages being printed out in the terminal from where I launched…
pyCthon
  • 11,746
  • 20
  • 73
  • 135