[jira] [Commented] (METRON-1588) Migrate storm-kafka-client to 1.2.1

2018-05-31 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/METRON-1588?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16497404#comment-16497404 ] ASF GitHub Bot commented on METRON-1588: Github user HeartSaVioR commented on a diff in the pull

[GitHub] metron pull request #1039: METRON-1588 Migrate storm-kafka-client to 1.2.1

2018-05-31 Thread HeartSaVioR
Github user HeartSaVioR commented on a diff in the pull request: https://github.com/apache/metron/pull/1039#discussion_r192274429 --- Diff: metron-platform/metron-storm-kafka-override/src/main/java/org/apache/storm/kafka/spout/KafkaSpoutRetryExponentialBackoff.java --- @@ -0,0

[jira] [Commented] (METRON-1588) Migrate storm-kafka-client to 1.2.1

2018-05-31 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/METRON-1588?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16497398#comment-16497398 ] ASF GitHub Bot commented on METRON-1588: Github user HeartSaVioR commented on a diff in the pull

[GitHub] metron pull request #1039: METRON-1588 Migrate storm-kafka-client to 1.2.1

2018-05-31 Thread HeartSaVioR
Github user HeartSaVioR commented on a diff in the pull request: https://github.com/apache/metron/pull/1039#discussion_r192273701 --- Diff: metron-platform/metron-storm-kafka-override/src/main/java/org/apache/storm/kafka/spout/KafkaSpoutRetryExponentialBackoff.java --- @@ -0,0

[jira] [Commented] (METRON-1584) Indexing Topology Crashes with Invalid Message

2018-05-31 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/METRON-1584?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16497279#comment-16497279 ] ASF GitHub Bot commented on METRON-1584: Github user nickwallen commented on the issue:

[GitHub] metron issue #1036: METRON-1584 Indexing Topology Crashes with Invalid Messa...

2018-05-31 Thread nickwallen
Github user nickwallen commented on the issue: https://github.com/apache/metron/pull/1036 Undid refactors. This should include only what is needed. ---

[jira] [Commented] (METRON-1547) Solr Comment Fields

2018-05-31 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/METRON-1547?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16497272#comment-16497272 ] ASF GitHub Bot commented on METRON-1547: Github user cestella commented on the issue:

[GitHub] metron issue #1037: METRON-1547: Solr Comment Fields

2018-05-31 Thread cestella
Github user cestella commented on the issue: https://github.com/apache/metron/pull/1037 Did you specifically run this up in the UI backed by both solr and ES? ---

[jira] [Commented] (METRON-1589) '/api/v1/search/search' fails when 'Solr Zookeeper Urls' has comma separated multiple zookeeper urls

2018-05-31 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/METRON-1589?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16497271#comment-16497271 ] ASF GitHub Bot commented on METRON-1589: Github user cestella commented on the issue:

[GitHub] metron issue #1040: METRON-1589: '/api/v1/search/search' fails when 'Solr Zo...

2018-05-31 Thread cestella
Github user cestella commented on the issue: https://github.com/apache/metron/pull/1040 That looks good @justinleet Yeah, I think that key deserves to be in SolrConstants. +1 by inspection, pending moving the constant. ---

[jira] [Commented] (METRON-1588) Migrate storm-kafka-client to 1.2.1

2018-05-31 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/METRON-1588?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16497262#comment-16497262 ] ASF GitHub Bot commented on METRON-1588: Github user cestella commented on the issue:

[GitHub] metron issue #1039: METRON-1588 Migrate storm-kafka-client to 1.2.1

2018-05-31 Thread cestella
Github user cestella commented on the issue: https://github.com/apache/metron/pull/1039 I ran this up in full-dev and data flowed through just fine with no errors in the storm logs for any of the topologies. ---

[jira] [Commented] (METRON-1589) '/api/v1/search/search' fails when 'Solr Zookeeper Urls' has comma separated multiple zookeeper urls

2018-05-31 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/METRON-1589?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16497211#comment-16497211 ] ASF GitHub Bot commented on METRON-1589: Github user justinleet commented on the issue:

[GitHub] metron issue #1040: METRON-1589: '/api/v1/search/search' fails when 'Solr Zo...

2018-05-31 Thread justinleet
Github user justinleet commented on the issue: https://github.com/apache/metron/pull/1040 @cestella Check out the adjustment for the trim and see how you feel about it. Where should solr.zookeeper live? I was a going to drop it in SolrConstants, but discovered it currently

[jira] [Commented] (METRON-1589) '/api/v1/search/search' fails when 'Solr Zookeeper Urls' has comma separated multiple zookeeper urls

2018-05-31 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/METRON-1589?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16497178#comment-16497178 ] ASF GitHub Bot commented on METRON-1589: Github user merrimanr commented on the issue:

[GitHub] metron issue #1040: METRON-1589: '/api/v1/search/search' fails when 'Solr Zo...

2018-05-31 Thread merrimanr
Github user merrimanr commented on the issue: https://github.com/apache/metron/pull/1040 I think `solrDao.getSolrClient()` is easier to understand and if I had to choose I would use that. Very minor though. For integration testing I think it will take a non-trivial amount of

[GitHub] metron pull request #1045: METRON-1594: KafkaWriter is asynchronous and may ...

2018-05-31 Thread mmiklavc
GitHub user mmiklavc opened a pull request: https://github.com/apache/metron/pull/1045 METRON-1594: KafkaWriter is asynchronous and may lose data on node failure ## Contributor Comments https://issues.apache.org/jira/browse/METRON-1594 This covers the work to

[jira] [Commented] (METRON-1594) KafkaWriter is asynchronous and may lose data on node failure

2018-05-31 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/METRON-1594?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16497166#comment-16497166 ] ASF GitHub Bot commented on METRON-1594: GitHub user mmiklavc opened a pull request:

[jira] [Created] (METRON-1594) KafkaWriter is asynchronous and may lose data on node failure

2018-05-31 Thread Michael Miklavcic (JIRA)
Michael Miklavcic created METRON-1594: - Summary: KafkaWriter is asynchronous and may lose data on node failure Key: METRON-1594 URL: https://issues.apache.org/jira/browse/METRON-1594 Project:

[jira] [Commented] (METRON-1588) Migrate storm-kafka-client to 1.2.1

2018-05-31 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/METRON-1588?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16497118#comment-16497118 ] ASF GitHub Bot commented on METRON-1588: Github user ottobackwards commented on a diff in the

[jira] [Commented] (METRON-1588) Migrate storm-kafka-client to 1.2.1

2018-05-31 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/METRON-1588?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16497117#comment-16497117 ] ASF GitHub Bot commented on METRON-1588: Github user cestella commented on a diff in the pull

[GitHub] metron pull request #1039: METRON-1588 Migrate storm-kafka-client to 1.2.1

2018-05-31 Thread cestella
Github user cestella commented on a diff in the pull request: https://github.com/apache/metron/pull/1039#discussion_r192225407 --- Diff: metron-platform/metron-storm-kafka-override/src/main/java/org/apache/storm/kafka/spout/KafkaSpoutRetryExponentialBackoff.java --- @@ -0,0

[GitHub] metron pull request #1039: METRON-1588 Migrate storm-kafka-client to 1.2.1

2018-05-31 Thread ottobackwards
Github user ottobackwards commented on a diff in the pull request: https://github.com/apache/metron/pull/1039#discussion_r192225526 --- Diff: metron-platform/metron-storm-kafka-override/src/main/java/org/apache/storm/kafka/spout/KafkaSpoutRetryExponentialBackoff.java --- @@ -0,0

[jira] [Commented] (METRON-1588) Migrate storm-kafka-client to 1.2.1

2018-05-31 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/METRON-1588?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16497106#comment-16497106 ] ASF GitHub Bot commented on METRON-1588: Github user cestella commented on the issue:

[GitHub] metron issue #1039: METRON-1588 Migrate storm-kafka-client to 1.2.1

2018-05-31 Thread cestella
Github user cestella commented on the issue: https://github.com/apache/metron/pull/1039 So, this is awesome! I'll spin it up in full-dev and test it out for you today. ---

[jira] [Commented] (METRON-1589) '/api/v1/search/search' fails when 'Solr Zookeeper Urls' has comma separated multiple zookeeper urls

2018-05-31 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/METRON-1589?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16497091#comment-16497091 ] ASF GitHub Bot commented on METRON-1589: Github user cestella commented on a diff in the pull

[GitHub] metron pull request #1040: METRON-1589: '/api/v1/search/search' fails when '...

2018-05-31 Thread cestella
Github user cestella commented on a diff in the pull request: https://github.com/apache/metron/pull/1040#discussion_r192221092 --- Diff: metron-platform/metron-solr/src/main/java/org/apache/metron/solr/dao/SolrDao.java --- @@ -134,13 +134,30 @@ public void patch(RetrieveLatestDao

[jira] [Commented] (METRON-1593) Setting Metron rest additional classpath removes HBase and Hadoop configs from classpath

2018-05-31 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/METRON-1593?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16496998#comment-16496998 ] ASF GitHub Bot commented on METRON-1593: GitHub user merrimanr opened a pull request:

[GitHub] metron pull request #1044: METRON-1593: Setting Metron rest additional class...

2018-05-31 Thread merrimanr
GitHub user merrimanr opened a pull request: https://github.com/apache/metron/pull/1044 METRON-1593: Setting Metron rest additional classpath removes HBase and Hadoop configs from classpath ## Contributor Comments This PR fixes a small bug in the metron-rest.sh start script.

[jira] [Created] (METRON-1593) Setting Metron rest additional classpath removes HBase and Hadoop configs from classpath

2018-05-31 Thread Ryan Merriman (JIRA)
Ryan Merriman created METRON-1593: - Summary: Setting Metron rest additional classpath removes HBase and Hadoop configs from classpath Key: METRON-1593 URL: https://issues.apache.org/jira/browse/METRON-1593

[jira] [Commented] (METRON-1587) Make collection utility work for HDP search

2018-05-31 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/METRON-1587?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16496965#comment-16496965 ] ASF GitHub Bot commented on METRON-1587: GitHub user merrimanr opened a pull request:

[GitHub] metron pull request #1043: METRON-1587: Make collection utility work for HDP...

2018-05-31 Thread merrimanr
GitHub user merrimanr opened a pull request: https://github.com/apache/metron/pull/1043 METRON-1587: Make collection utility work for HDP search ## Contributor Comments This PR improves the metron-solr create_collection.sh and delete_collection.sh scripts by switching to the

[jira] [Commented] (METRON-1590) validate-jira-for-release script checks out project into current directory not workdir

2018-05-31 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/METRON-1590?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16496912#comment-16496912 ] ASF GitHub Bot commented on METRON-1590: Github user justinleet commented on the issue:

[jira] [Commented] (METRON-1590) validate-jira-for-release script checks out project into current directory not workdir

2018-05-31 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/METRON-1590?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16496913#comment-16496913 ] ASF GitHub Bot commented on METRON-1590: Github user justinleet closed the pull request at:

[GitHub] metron pull request #1041: METRON-1590: validate-jira-for-release script che...

2018-05-31 Thread justinleet
Github user justinleet closed the pull request at: https://github.com/apache/metron/pull/1041 ---

[GitHub] metron issue #1041: METRON-1590: validate-jira-for-release script checks out...

2018-05-31 Thread justinleet
Github user justinleet commented on the issue: https://github.com/apache/metron/pull/1041 @nickwallen Either seems to hit the main issues, I'll close this one out and we can go with #1013. I'll also close this ticket as a dupe. ---

[jira] [Commented] (METRON-1579) Stellar should return the expression that failed in the exception

2018-05-31 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/METRON-1579?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16496902#comment-16496902 ] ASF GitHub Bot commented on METRON-1579: Github user asfgit closed the pull request at:

[GitHub] metron pull request #1033: METRON-1579: Stellar should return the expression...

2018-05-31 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/metron/pull/1033 ---

[jira] [Commented] (METRON-1592) Unable to use third party parser with Storm versions >= 1.1.0

2018-05-31 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/METRON-1592?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16496889#comment-16496889 ] ASF GitHub Bot commented on METRON-1592: GitHub user nickwallen opened a pull request:

[GitHub] metron pull request #1042: METRON-1592 Unable to use third party parser with...

2018-05-31 Thread nickwallen
GitHub user nickwallen opened a pull request: https://github.com/apache/metron/pull/1042 METRON-1592 Unable to use third party parser with Storm versions >= 1.1.0 When launching a third party parser using `$METRON_HOME/bin/start_parser_topology.sh` in HDP 2.6, Storm 1.1.0 the

[jira] [Created] (METRON-1592) Unable to use third party parser with Storm versions >= 1.1.0

2018-05-31 Thread Nick Allen (JIRA)
Nick Allen created METRON-1592: -- Summary: Unable to use third party parser with Storm versions >= 1.1.0 Key: METRON-1592 URL: https://issues.apache.org/jira/browse/METRON-1592 Project: Metron

[jira] [Commented] (METRON-1590) validate-jira-for-release script checks out project into current directory not workdir

2018-05-31 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/METRON-1590?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16496838#comment-16496838 ] ASF GitHub Bot commented on METRON-1590: Github user nickwallen commented on the issue:

[GitHub] metron issue #1041: METRON-1590: validate-jira-for-release script checks out...

2018-05-31 Thread nickwallen
Github user nickwallen commented on the issue: https://github.com/apache/metron/pull/1041 Does this also fix the issue from #1013? Or is #1013 also needed? I'm good either way. ---

[jira] [Created] (METRON-1591) Automate artifact creation in Release Candidate process.

2018-05-31 Thread Justin Leet (JIRA)
Justin Leet created METRON-1591: --- Summary: Automate artifact creation in Release Candidate process. Key: METRON-1591 URL: https://issues.apache.org/jira/browse/METRON-1591 Project: Metron

[jira] [Commented] (METRON-1590) validate-jira-for-release script checks out project into current directory not workdir

2018-05-31 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/METRON-1590?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16496709#comment-16496709 ] ASF GitHub Bot commented on METRON-1590: Github user ottobackwards commented on the issue:

[GitHub] metron issue #1041: METRON-1590: validate-jira-for-release script checks out...

2018-05-31 Thread ottobackwards
Github user ottobackwards commented on the issue: https://github.com/apache/metron/pull/1041 Right, we are on the same page. That is one of the scripts I was suggesting you ape. ---

[jira] [Commented] (METRON-1590) validate-jira-for-release script checks out project into current directory not workdir

2018-05-31 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/METRON-1590?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16496693#comment-16496693 ] ASF GitHub Bot commented on METRON-1590: Github user justinleet commented on the issue:

[GitHub] metron issue #1041: METRON-1590: validate-jira-for-release script checks out...

2018-05-31 Thread justinleet
Github user justinleet commented on the issue: https://github.com/apache/metron/pull/1041 @ottobackwards I think the main thing there would be to do something like this instead of the rm:

[jira] [Commented] (METRON-1590) validate-jira-for-release script checks out project into current directory not workdir

2018-05-31 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/METRON-1590?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16496642#comment-16496642 ] ASF GitHub Bot commented on METRON-1590: Github user ottobackwards commented on the issue:

[GitHub] metron issue #1041: METRON-1590: validate-jira-for-release script checks out...

2018-05-31 Thread ottobackwards
Github user ottobackwards commented on the issue: https://github.com/apache/metron/pull/1041 I would say that the scripts we have wrt PR's and RC's and Commits should be as common as possible. With the goal that they actually share code down the line. So I would say that the

[jira] [Commented] (METRON-1590) validate-jira-for-release script checks out project into current directory not workdir

2018-05-31 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/METRON-1590?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16496637#comment-16496637 ] ASF GitHub Bot commented on METRON-1590: Github user justinleet commented on the issue:

[GitHub] metron issue #1041: METRON-1590: validate-jira-for-release script checks out...

2018-05-31 Thread justinleet
Github user justinleet commented on the issue: https://github.com/apache/metron/pull/1041 I added the `rm` anyway, since I made another adjustment. Before it was trying to checkout before cd. ---

[jira] [Commented] (METRON-1590) validate-jira-for-release script checks out project into current directory not workdir

2018-05-31 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/METRON-1590?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16496632#comment-16496632 ] ASF GitHub Bot commented on METRON-1590: Github user justinleet commented on the issue:

[GitHub] metron issue #1041: METRON-1590: validate-jira-for-release script checks out...

2018-05-31 Thread justinleet
Github user justinleet commented on the issue: https://github.com/apache/metron/pull/1041 Also, might be worth adding an `rm -rf "$WORKDIR/metron-$VERSION"` to make sure it's cleared out. If anyone has a preference on that, let me know and I can add it. ---

[jira] [Commented] (METRON-1590) validate-jira-for-release script checks out project into current directory not workdir

2018-05-31 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/METRON-1590?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16496619#comment-16496619 ] ASF GitHub Bot commented on METRON-1590: GitHub user justinleet opened a pull request:

[GitHub] metron pull request #1041: METRON-1590: validate-jira-for-release script che...

2018-05-31 Thread justinleet
GitHub user justinleet opened a pull request: https://github.com/apache/metron/pull/1041 METRON-1590: validate-jira-for-release script checks out project into current directory not workdir ## Contributor Comments Altering the script a bit. Note that you can't just `git clone

[jira] [Created] (METRON-1590) validate-jira-for-release script checks out project into current directory not workdir

2018-05-31 Thread Justin Leet (JIRA)
Justin Leet created METRON-1590: --- Summary: validate-jira-for-release script checks out project into current directory not workdir Key: METRON-1590 URL: https://issues.apache.org/jira/browse/METRON-1590

[jira] [Updated] (METRON-1532) Getting started documentation improvements

2018-05-31 Thread Justin Leet (JIRA)
[ https://issues.apache.org/jira/browse/METRON-1532?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Justin Leet updated METRON-1532: Fix Version/s: 0.5.0 > Getting started documentation improvements >

[jira] [Updated] (METRON-1544) Flaky test: org.apache.metron.stellar.common.CachingStellarProcessorTest#testCaching

2018-05-31 Thread Justin Leet (JIRA)
[ https://issues.apache.org/jira/browse/METRON-1544?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Justin Leet updated METRON-1544: Fix Version/s: 0.5.0 > Flaky test: >

[jira] [Updated] (METRON-1569) Allow user to change field name conversion when indexing to Elasticsearch

2018-05-31 Thread Justin Leet (JIRA)
[ https://issues.apache.org/jira/browse/METRON-1569?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Justin Leet updated METRON-1569: Fix Version/s: 0.5.0 > Allow user to change field name conversion when indexing to Elasticsearch

[jira] [Commented] (METRON-1589) '/api/v1/search/search' fails when 'Solr Zookeeper Urls' has comma separated multiple zookeeper urls

2018-05-31 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/METRON-1589?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16496525#comment-16496525 ] ASF GitHub Bot commented on METRON-1589: GitHub user justinleet opened a pull request:

[GitHub] metron pull request #1040: METRON-1589: '/api/v1/search/search' fails when '...

2018-05-31 Thread justinleet
GitHub user justinleet opened a pull request: https://github.com/apache/metron/pull/1040 METRON-1589: '/api/v1/search/search' fails when 'Solr Zookeeper Urls' has comma separated multiple zookeeper urls ## Contributor Comments Refactored `SolrDao` to kill `getZkHost` and made

[jira] [Created] (METRON-1589) '/api/v1/search/search' fails when 'Solr Zookeeper Urls' has comma separated multiple zookeeper urls

2018-05-31 Thread Justin Leet (JIRA)
Justin Leet created METRON-1589: --- Summary: '/api/v1/search/search' fails when 'Solr Zookeeper Urls' has comma separated multiple zookeeper urls Key: METRON-1589 URL:

[jira] [Updated] (METRON-1586) Defaulting for the source type field in alerts UI does not work

2018-05-31 Thread Justin Leet (JIRA)
[ https://issues.apache.org/jira/browse/METRON-1586?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Justin Leet updated METRON-1586: Fix Version/s: 0.5.0 > Defaulting for the source type field in alerts UI does not work >

[jira] [Updated] (METRON-1580) Release candidate check script requires Bro Plugin

2018-05-31 Thread Justin Leet (JIRA)
[ https://issues.apache.org/jira/browse/METRON-1580?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Justin Leet updated METRON-1580: Fix Version/s: 0.5.0 > Release candidate check script requires Bro Plugin >

[jira] [Assigned] (METRON-1586) Defaulting for the source type field in alerts UI does not work

2018-05-31 Thread Justin Leet (JIRA)
[ https://issues.apache.org/jira/browse/METRON-1586?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Justin Leet reassigned METRON-1586: --- Assignee: Ryan Merriman > Defaulting for the source type field in alerts UI does not work

[jira] [Commented] (METRON-1586) Defaulting for the source type field in alerts UI does not work

2018-05-31 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/METRON-1586?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16496498#comment-16496498 ] ASF GitHub Bot commented on METRON-1586: Github user asfgit closed the pull request at:

[GitHub] metron pull request #1038: METRON-1586: Defaulting for the source type field...

2018-05-31 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/metron/pull/1038 ---