Re: Stellar post-parsing transformation conditional statement

2018-02-08 Thread Simon Elliston Ball
You either want a MAP_GET in your IF or a match statement in there I expect. See the match statement at https://github.com/apache/metron/blob/master/metron-stellar/stellar-common/README.md under core functions (it’s relatively new) Simon Sent from my iPhone > On 9 Feb 2018, at 03:55, Ali

Stellar post-parsing transformation conditional statement

2018-02-08 Thread Ali Nazemian
Hi All, I was wondering how we can address if statement in the config section to have a different mapping in certain conditions. The following syntax is not acceptable. { "parserClassName": "org.apache.metron.parsers.asa.BasicAsaParser", "filterClassName": null, "sensorTopic": "test-asa",

Re: jar dependency error when building all-in-one dev stack

2018-02-08 Thread Jack Hamm
Figured this out. I was hung up on the "Could not resolve dependencies…" however, the real issue was "PKIX path building failed: sun.security.provider.certpath.SunCertPathBuilderException: unable to find valid certification path to requested target" There was a missing internal CA cert that

Re: No data in HDFS at /apps/metron/indexing/indexed after complete deployment of Full Development VM

2018-02-08 Thread Michael Miklavcic
We now have 2 topologies for indexing - random access and batch. Double check that both are currently running - our full dev environment is pretty full with resources currently. random_access_indexing batch_indexing random_access_indexing is responsible for getting data into Elasticsearch. You

Re: DataWorks Summit San Jose

2018-02-08 Thread Otto Fowler
Sometimes I try a different browser if that happens. Also if you are using ghostery or something that can do it. On February 8, 2018 at 14:15:48, pele_smk (pele...@gmail.com) wrote: Hey Jon, I'm trying to submit my abstract, but it seems the datasummit website submission is broken. It's just

Re: DataWorks Summit San Jose

2018-02-08 Thread pele_smk
Hey Jon, I'm trying to submit my abstract, but it seems the datasummit website submission is broken. It's just spinning around and around when I submit my biography, name, address, etc.. Any ideas? Daniel On Thu, Feb 8, 2018 at 3:14 AM, zeo...@gmail.com wrote: > Hi Daniel, >

jar dependency error when building all-in-one dev stack

2018-02-08 Thread Jack Hamm
Hi all, When building an all-in-one, I'm getting this error in the "TASK [metron-builder : Build Metron]" [INFO] BUILD FAILURE", "[INFO] ", "[INFO] Total time: 01:25 min (Wall Clock)", "[INFO] Finished at:

Re: DataWorks Summit San Jose

2018-02-08 Thread zeo...@gmail.com
Hi Daniel, Yes, I think that would perfectly fit the intent of the Cyber security track. Really anything that has to do with the hadoop ecosystem and security. Jon On Wed, Feb 7, 2018, 19:33 pele_smk wrote: > Hey Jon, > Would this be a reasonable place to present examples

Re: No data in HDFS at /apps/metron/indexing/indexed after complete deployment of Full Development VM

2018-02-08 Thread R K Sharma
Thanks Ryan...I see some data fro Snort & Bro sensors. Another problem which I have is that there is no information from Kibana dashboard.Do I need to deploy some additional component to populate kibana ? Regards RK Sharma On Wed, Feb 7, 2018 at 3:38 PM, Ryan Merriman