Member since
07-14-2016
215
Posts
45
Kudos Received
16
Solutions
My Accepted Solutions
Title | Views | Posted |
---|---|---|
3956 | 12-13-2018 05:01 PM | |
11228 | 09-07-2018 06:12 AM | |
2851 | 08-02-2018 07:04 AM | |
3903 | 03-26-2018 07:38 AM | |
2971 | 12-06-2017 07:53 AM |
11-01-2017
03:24 PM
@anggit wisnu - did you try with the mvn clean package -DskipTests option to see if it works?
Also, can you execute the platform-info.sh script and paste the output from running it. Here is a sample output from my environment. ➜ metron-deployment git:(master) ✗ sh scripts/platform-info.sh
Metron 0.4.2
--
* master
--
--
--
ansible 2.0.0.2
config file = /Users/asubramanian/Desktop/Metron/anand-metron-fork/incubator-metron/metron-deployment/ansible.cfg
configured module search path = extra_modules
--
Vagrant 1.8.1
--
Python 2.7.12
--
Apache Maven 3.3.9 (bb52d8502b132ec0a5a3f4c09453c07478323dc5; 2015-11-10T22:11:47+05:30)
Maven home: /usr/local/Cellar/maven/3.3.9/libexec
Java version: 1.8.0_91, vendor: Oracle Corporation
Java home: /Library/Java/JavaVirtualMachines/jdk1.8.0_91.jdk/Contents/Home/jre
Default locale: en_US, platform encoding: UTF-8
OS name: "mac os x", version: "10.12.6", arch: "x86_64", family: "mac"
--
Docker version 1.12.1, build 23cf638, experimental
--
node
v7.10.0
--
npm
4.2.0
--
Darwin HW12724.local 16.7.0 Darwin Kernel Version 16.7.0: Thu Jun 15 17:36:27 PDT 2017; root:xnu-3789.70.16~2/RELEASE_X86_64 x86_64
--
Total System Memory = 16384 MB
Processor Model: Intel(R) Core(TM) i7-4870HQ CPU
Processor Speed: 2.50GHz
Total Physical Processors: 4
Total cores: 4
Disk information:
/dev/disk1 465Gi 398Gi 67Gi 86% 2316787 4292650492 0% /
/dev/disk2s3 165Mi 162Mi 3.1Mi 99% 167 4294967112 0% /Volumes/Firefox
/dev/disk3s3 229Mi 225Mi 3.7Mi 99% 167 4294967112 0% /Volumes/FirefoxDeveloperEdition
/dev/disk4s2 148Mi 148Mi 0Bi 100% 159 4294967120 0% /Volumes/Firefox 1
/dev/disk5s1 414Mi 411Mi 2.6Mi 100% 2865 4294964414 0% /Volumes/PyCharm CE
This CPU appears to support virtualization
<br>
... View more
10-31-2017
01:28 PM
Hey
@anggit wisnu, you could also try mvn clean package -DskipTests first to check if it runs properly, and then run mvn install .
Also, can you also tell more about your test environment, version of metron you are using? Preferably paste the output of metron-deployment/scripts/platform-info.sh command.
... View more
09-22-2017
08:31 AM
Hey @Girish N, if the response helped you, would you mind accepting my answer?
... View more
09-19-2017
10:42 AM
@Girish N, looks like you are hitting into METRON-1150. This fix is now in master. Can you try with a more recent version?
... View more
08-22-2017
08:48 AM
@ankur V and @leo lee - looks like you are hitting into https://issues.apache.org/jira/browse/METRON-1026. This has been fixed with latest bits of metron. Can you give it a try?
... View more
08-10-2017
01:31 PM
@Jasper - Yes, you are right. I stand corrected.
... View more
07-17-2017
04:05 PM
Hi @msumbul, you can do this using the commands: service metron-management-ui stop
service metron-rest stop Likewise you can use start and status commands as well.
... View more
07-14-2017
05:55 AM
Hi @msumbul, it should be metron user. If you start rest and management-ui services through Ambari, you will notice this on the Metron node: [root@metron-12 ~]# ps -ef | grep management_ui | grep -v grep
root 29281 1 0 Jul03 ? 00:00:00 runuser -s /bin/bash metron -c node /usr/metron/0.4.0/web/expressjs/server.js -c /usr/metron/0.4.0/config/management_ui.yml
metron 29283 29281 0 Jul03 ? 00:00:00 node /usr/metron/0.4.0/web/expressjs/server.js -c /usr/metron/0.4.0/config/management_ui.yml
[root@metron-12 ~]# ps -ef | grep rest | grep -v grep
root 26859 1 0 Jul03 ? 00:00:00 runuser -s /bin/bash metron -c java -jar /usr/metron/0.4.0/lib/metron-rest-0.4.0.jar --spring.config.location=/usr/metron/0.4.0/config/rest_application.yml --server.port=8082 --spring.profiles.active=dev
metron 26861 26859 0 Jul03 ? 00:50:11 java -jar /usr/metron/0.4.0/lib/metron-rest-0.4.0.jar --spring.config.location=/usr/metron/0.4.0/config/rest_application.yml --server.port=8082 --spring.profiles.active=dev
... View more
06-19-2017
05:16 PM
Hi @Lee Adrian, apparently there is an easier way to enable the default dashboard on Metron. * Launch Ambari UI * Go to Services -> Metron * Choose Service Actions -> Elasticsearch Template Install; and confirm on dialog. * Next, go to Services -> Kibana * Choose Service Actions -> Load Template Now you can launch the Kibana (Metron) UI and the default dashboard should appear. Please give this a try on your environment and let me know if it works. Credit goes to @David Lyle for helping with this information.
... View more
06-08-2017
08:50 AM
Hi @Lee Adrian, you need to setup your snort to output CSV alerts and then push those into the snort kafka topic. The parser reconfiguration should not be necessary. See this link on how to configure snort to output alert_csv. Can you give this a try and let me know how it goes ?
... View more