Github user james-sirota commented on the issue:
https://github.com/apache/metron/pull/796
A few things didn't work for me. First, when I select a time range of (t-x
minutes) the start and end time does not fill in per screen shot below.
<img width="182" alt="screen shot 2017-10-23 at 10 28 27 pm"
src="https://user-images.githubusercontent.com/4854764/31926145-b2ac5c52-b841-11e7-9fde-aa9d6ba3267d.png">
The time box was initially populated with the word "now", which did not
allow me to save. I had to manually enter valid timestamps in order for this
to work:
<img width="325" alt="screen shot 2017-10-23 at 10 31 33 pm"
src="https://user-images.githubusercontent.com/4854764/31926214-0d02a616-b842-11e7-8811-b5dae19f63d4.png">
When I click to save a search I get the following exception:
TypeError: path must be absolute or specify root to res.sendFile
at ServerResponse.sendFile
(/usr/metron/0.4.1/web/expressjs/node_modules/express/lib/response.js:410:11)
at /usr/metron/0.4.1/web/expressjs/alerts-server.js:71:7
at Layer.handle [as handle_request]
(/usr/metron/0.4.1/web/expressjs/node_modules/express/lib/router/layer.js:95:5)
at next
(/usr/metron/0.4.1/web/expressjs/node_modules/express/lib/router/route.js:137:13)
at Route.dispatch
(/usr/metron/0.4.1/web/expressjs/node_modules/express/lib/router/route.js:112:3)
at Layer.handle [as handle_request]
(/usr/metron/0.4.1/web/expressjs/node_modules/express/lib/router/layer.js:95:5)
at
/usr/metron/0.4.1/web/expressjs/node_modules/express/lib/router/index.js:281:22
at param
(/usr/metron/0.4.1/web/expressjs/node_modules/express/lib/router/index.js:354:14)
at param
(/usr/metron/0.4.1/web/expressjs/node_modules/express/lib/router/index.js:365:14)
at Function.process_params
(/usr/metron/0.4.1/web/expressjs/node_modules/express/lib/router/index.js:410:3)
---