Re: Metron Sensor UI 500 Internal Error

2020-02-21 Thread Nick Allen
Take a look at /var/log/metron/metron-rest.log on that host. That should tell you what the problem is. On Fri, Feb 21, 2020 at 2:05 PM Yu Zhang wrote: > I am trying to modify one of the sensor in Metron sensor UI. Got the > following error: > > > > Unable to save sensor config: Http failure

Metron Sensor UI 500 Internal Error

2020-02-21 Thread Yu Zhang
I am trying to modify one of the sensor in Metron sensor UI. Got the following error: Unable to save sensor config: Http failure response for http://dcwidavkfk0008.epg.nam.gm.com:4200/api/v1/sensor/parser/config/squid: 500 Internal Server Error Any suggestion where I should look to

RE: 3rd party stellar functions

2020-02-21 Thread Gonçalo Pedras
It’s now working, I don’t if it had to do with it but I made a “clean package” in maven and it started working for some reason.

RE: 3rd party stellar functions

2020-02-21 Thread Gonçalo Pedras
Yes I did, I pushed the configs using zk_load_configs.sh; restarted zookeeper; started stellar with “-z” flag. No errors.

Re: 3rd party stellar functions

2020-02-21 Thread Simon Elliston Ball
Did you sync the global settings to zk, and ensure you started stellar with the zk set correctly? Any errors logged? On Fri, 21 Feb 2020 at 10:55, Gonçalo Pedras wrote: > Hi, > > I was following this tutorial on custom Stellar functions >

3rd party stellar functions

2020-02-21 Thread Gonçalo Pedras
Hi, I was following this tutorial on custom Stellar functions https://metron.apache.org/current-book/metron-stellar/stellar-common/3rdPartyStellar.html , and it just doesn't work. I changed the Global configs, uploaded the "jar" file to HDFS, and then ran the stellar environment to test it. No