[GitHub] metron issue #857: METRON-1340: Improve e2e tests for metron alerts

2018-02-16 Thread iraghumitra
Github user iraghumitra commented on the issue: https://github.com/apache/metron/pull/857 Got busy with too many things happening around me, will yield this a conclusion next week. ---

[GitHub] metron issue #830: METRON-1298: TimeRange Picker doesn't work on Safari

2017-12-08 Thread iraghumitra
Github user iraghumitra commented on the issue: https://github.com/apache/metron/pull/830 @nickwallen resolve the conflicts ---

[GitHub] metron issue #857: METRON-1340: Improve e2e tests for metron alerts

2017-12-06 Thread iraghumitra
Github user iraghumitra commented on the issue: https://github.com/apache/metron/pull/857 @merrimanr renamed the variable POLLING_DEFAULT_STATE to DISABLE_POLLING ---

[GitHub] metron pull request #857: METRON-1340: Improve e2e tests for metron alerts

2017-12-06 Thread iraghumitra
Github user iraghumitra commented on a diff in the pull request: https://github.com/apache/metron/pull/857#discussion_r155219994 --- Diff: metron-interface/metron-alerts/src/app/utils/constants.ts --- @@ -38,5 +38,6 @@ export let TREE_SUB_GROUP_SIZE = 5; export let

[GitHub] metron issue #857: METRON-1340: Improve e2e tests for metron alerts

2017-12-06 Thread iraghumitra
Github user iraghumitra commented on the issue: https://github.com/apache/metron/pull/857 @merrimanr - I removed the node version check in the ui code - The browser.sleep is used in following areas - When we are using methods like waitForText, few times I see the

[GitHub] metron pull request #857: METRON-1340: Improve e2e tests for metron alerts

2017-12-03 Thread iraghumitra
GitHub user iraghumitra opened a pull request: https://github.com/apache/metron/pull/857 METRON-1340: Improve e2e tests for metron alerts ## Contributor Comments This PR aims to improve the existing e2e tests of metro-alerts in the areas mentioned below. The PR doesn'

[GitHub] metron issue #803: Metron-1252: Build ui for grouping alerts into meta alert...

2017-11-22 Thread iraghumitra
Github user iraghumitra commented on the issue: https://github.com/apache/metron/pull/803 @nickwallen This is unfortunate I am not seeing these failures Spec started login to application ✓ should display error message for invalid credentials ✓ should

[GitHub] metron issue #803: Metron-1252: Build ui for grouping alerts into meta alert...

2017-11-22 Thread iraghumitra
Github user iraghumitra commented on the issue: https://github.com/apache/metron/pull/803 @merrimanr Added the test case for searching an alert inside meta-alert. Also took the liberty to fix the timezone issue it was a one-liner. ---

[GitHub] metron issue #803: Metron-1252: Build ui for grouping alerts into meta alert...

2017-11-21 Thread iraghumitra
Github user iraghumitra commented on the issue: https://github.com/apache/metron/pull/803 @nickwallen I will raise a jira to track this. Even if we are able to reproduce this issue it is unlikely bcoz this PR. ---

[GitHub] metron issue #803: Metron-1252: Build ui for grouping alerts into meta alert...

2017-11-21 Thread iraghumitra
Github user iraghumitra commented on the issue: https://github.com/apache/metron/pull/803 @nickwallen can you raise a jira to track this. I guess even if we are able to reproduce I highly doubt if it is bcoz of changes in this PR. ---

[GitHub] metron issue #803: Metron-1252: Build ui for grouping alerts into meta alert...

2017-11-21 Thread iraghumitra
Github user iraghumitra commented on the issue: https://github.com/apache/metron/pull/803 @nickwallen That looks wicked can you share your manual steps that lead to this? ---

[GitHub] metron issue #803: Metron-1252: Build ui for grouping alerts into meta alert...

2017-11-21 Thread iraghumitra
Github user iraghumitra commented on the issue: https://github.com/apache/metron/pull/803 @merrimanr Thanks for https://github.com/iraghumitra/incubator-metron/pull/5. It was a pretty significant issue. I merged the fix 👍 ---

[GitHub] metron issue #803: Metron-1252: Build ui for grouping alerts into meta alert...

2017-11-21 Thread iraghumitra
Github user iraghumitra commented on the issue: https://github.com/apache/metron/pull/803 @nickwallen I am not refreshing on purpose. If I refresh the UI after any operation users would lose the current context and see new alerts (If available). If you think this is not a major

[GitHub] metron issue #803: Metron-1252: Build ui for grouping alerts into meta alert...

2017-11-21 Thread iraghumitra
Github user iraghumitra commented on the issue: https://github.com/apache/metron/pull/803 I noticed that when I am running e2e test's, the comments that were added in the previous run are still visible at times. The e2e tests delete's all the comments that it added and th

[GitHub] metron issue #803: Metron-1252: Build ui for grouping alerts into meta alert...

2017-11-21 Thread iraghumitra
Github user iraghumitra commented on the issue: https://github.com/apache/metron/pull/803 @justinleet Thanks for taking time to test the PR. I was using an incorrect index to find the alert to delete when I implemented the new API's I fixed it now. Also added tests for all the i

[GitHub] metron issue #803: Metron-1252: Build ui for grouping alerts into meta alert...

2017-11-20 Thread iraghumitra
Github user iraghumitra commented on the issue: https://github.com/apache/metron/pull/803 @justinleet my bad. The search query to fetch all the alerts in a group was returning a nested object since I was passing 'source: type' twice in the fields. I don't know why

[GitHub] metron issue #803: Metron-1252: Build ui for grouping alerts into meta alert...

2017-11-20 Thread iraghumitra
Github user iraghumitra commented on the issue: https://github.com/apache/metron/pull/803 @justinleet my bad. The search query to fetch all the alerts in a group was returning a nested object since I was passing 'source: type' twice in the fields. I don't know why

[GitHub] metron issue #803: Metron-1252: Build ui for grouping alerts into meta alert...

2017-11-20 Thread iraghumitra
Github user iraghumitra commented on the issue: https://github.com/apache/metron/pull/803 Merged the PR with master and used new API's for creating meta-alerts. Please feel free to review and let me know the feedback. ---

[GitHub] metron pull request #803: Metron-1252: Build ui for grouping alerts into met...

2017-11-20 Thread iraghumitra
Github user iraghumitra commented on a diff in the pull request: https://github.com/apache/metron/pull/803#discussion_r151964471 --- Diff: metron-interface/metron-alerts/src/app/alerts/alert-details/alert-details.component.scss --- @@ -143,3 +167,12 @@ textarea { .comment

[GitHub] metron issue #824: METRON-1289: Alert fields are lost when a MetaAlert is cr...

2017-11-15 Thread iraghumitra
Github user iraghumitra commented on the issue: https://github.com/apache/metron/pull/824 +1 for functionality all the API's are working fine. Great job @merrimanr 👍 ---

[GitHub] metron issue #824: METRON-1289: Alert fields are lost when a MetaAlert is cr...

2017-11-14 Thread iraghumitra
Github user iraghumitra commented on the issue: https://github.com/apache/metron/pull/824 @merrimanr @justinleet tested the new API's they are working fine the only issue I see is >>When a meta alert is created the meta alert is returned as part of the group api wh

[GitHub] metron issue #832: METRON-1301 Sorting on Triage Score Unexpectedly Filters ...

2017-11-07 Thread iraghumitra
Github user iraghumitra commented on the issue: https://github.com/apache/metron/pull/832 @nickwallen really liked the way you annotated the PR with your comments. You made it really easy to understand and saved a lot of time for me. As you rightly pointed out I will wait till all

[GitHub] metron issue #825: METRON-1290: Only first 10 alerts are update when a MetaA...

2017-11-07 Thread iraghumitra
Github user iraghumitra commented on the issue: https://github.com/apache/metron/pull/825 +1 for functionality, tested on full dev when status is changed on a meta-alert all the alerts in the meta-alert are updated with the correct status ---

[GitHub] metron pull request #830: METRON-1298: TimeRange Picker doesn't work on Safa...

2017-11-06 Thread iraghumitra
GitHub user iraghumitra reopened a pull request: https://github.com/apache/metron/pull/830 METRON-1298: TimeRange Picker doesn't work on Safari ## Contributor Comments The Time Range component is not working in mac Safri b'coz of the way Safari handles stri

[GitHub] metron pull request #830: METRON-1298: TimeRange Picker doesn't work on Safa...

2017-11-06 Thread iraghumitra
Github user iraghumitra closed the pull request at: https://github.com/apache/metron/pull/830 ---

[GitHub] metron pull request #830: METRON-1298: TimeRange Picker doesn't work on Safa...

2017-11-06 Thread iraghumitra
GitHub user iraghumitra opened a pull request: https://github.com/apache/metron/pull/830 METRON-1298: TimeRange Picker doesn't work on Safari ## Contributor Comments The Time Range component is not working in mac Safri b'coz of the way Safari handles string to date c

[GitHub] metron issue #824: METRON-1289: Alert fields are lost when a MetaAlert is cr...

2017-11-03 Thread iraghumitra
Github user iraghumitra commented on the issue: https://github.com/apache/metron/pull/824 I have tested the rest-api I am able to see the alert details for all alerts under meta alerts I see a couple of new issues: - When a meta alert is created the meta alert is

[GitHub] metron issue #803: Metron-1252: Build ui for grouping alerts into meta alert...

2017-11-02 Thread iraghumitra
Github user iraghumitra commented on the issue: https://github.com/apache/metron/pull/803 @merrimanr Looks like the following rest-api's are not working as expected - When a meta alert is created and when we try to group by an IP address(ip_dst_addr/ip_src_addr) the IP addre

[GitHub] metron issue #803: Metron-1252: Build ui for grouping alerts into meta alert...

2017-10-31 Thread iraghumitra
Github user iraghumitra commented on the issue: https://github.com/apache/metron/pull/803 @merrimanr is HBase running these errors are typically seen when HBase is down. ---

[GitHub] metron issue #803: Metron-1252: Build ui for grouping alerts into meta alert...

2017-10-30 Thread iraghumitra
Github user iraghumitra commented on the issue: https://github.com/apache/metron/pull/803 @merrimanr METRON-1272 has broken few of our assertions and these are cascaded failures bcoz of them. I am working on fixing them. ---

[GitHub] metron pull request #819: METRON-1267: Alerts UI returns a 404 when refreshi...

2017-10-30 Thread iraghumitra
GitHub user iraghumitra opened a pull request: https://github.com/apache/metron/pull/819 METRON-1267: Alerts UI returns a 404 when refreshing the alerts-list page Fixed the 404 error when refreshing alerts-ui(added the missing base-dir path). Looks like the last fix didn&#

[GitHub] metron issue #803: Metron-1252: Build ui for grouping alerts into meta alert...

2017-10-26 Thread iraghumitra
Github user iraghumitra commented on the issue: https://github.com/apache/metron/pull/803 I had to force push the last merge since I was facing issues with github. ---

[GitHub] metron pull request #803: Metron-1252: Build ui for grouping alerts into met...

2017-10-26 Thread iraghumitra
GitHub user iraghumitra reopened a pull request: https://github.com/apache/metron/pull/803 Metron-1252: Build ui for grouping alerts into meta alerts ## Contributor Comments The purpose of the PR is to provide GUI for grouping multiple alerts into a meta alert, the rest api for

[GitHub] metron pull request #803: Metron-1252: Build ui for grouping alerts into met...

2017-10-26 Thread iraghumitra
Github user iraghumitra closed the pull request at: https://github.com/apache/metron/pull/803 ---

[GitHub] metron pull request #803: Metron-1252: Build ui for grouping alerts into met...

2017-10-25 Thread iraghumitra
Github user iraghumitra commented on a diff in the pull request: https://github.com/apache/metron/pull/803#discussion_r146991821 --- Diff: metron-interface/metron-alerts/src/app/alerts/alerts-list/tree-view/tree-view.component.ts --- @@ -337,12 +343,67 @@ export class

[GitHub] metron issue #796: METRON-1224: Add time range selection to search control

2017-10-25 Thread iraghumitra
Github user iraghumitra commented on the issue: https://github.com/apache/metron/pull/796 @merrimanr I have added e2e tests as suggested and merged your PR too. Plz, let me know if I missed anything. I had to omit assertions for a couple of quick ranges as they can cause trouble when

[GitHub] metron issue #796: METRON-1224: Add time range selection to search control

2017-10-24 Thread iraghumitra
Github user iraghumitra commented on the issue: https://github.com/apache/metron/pull/796 @merrimanr @james-sirota There was a bug in handling the recent searches that were in old format can you check it now. Sorry for the trouble ---

[GitHub] metron issue #796: METRON-1224: Add time range selection to search control

2017-10-23 Thread iraghumitra
Github user iraghumitra commented on the issue: https://github.com/apache/metron/pull/796 @merrimanr can you clear browser cache and try? There is a change in save query model my bad I missed mentioning it. ---

[GitHub] metron issue #803: Metron-1252: Build ui for grouping alerts into meta alert...

2017-10-23 Thread iraghumitra
Github user iraghumitra commented on the issue: https://github.com/apache/metron/pull/803 I added a single test case which covers the entire workflow of meta-alert. I couldn't think of a way to decompose it into smaller cases without making them dependent on each other

[GitHub] metron issue #803: Metron-1252: Build ui for grouping alerts into meta alert...

2017-10-23 Thread iraghumitra
Github user iraghumitra commented on the issue: https://github.com/apache/metron/pull/803 @nickwallen your observation is right. As mentioned in the Limitations section of CC, as of now we are not displaying the meta-alerts in the group view. Hence I didn't see a need to f

[GitHub] metron issue #796: METRON-1224: Add time range selection to search control

2017-10-23 Thread iraghumitra
Github user iraghumitra commented on the issue: https://github.com/apache/metron/pull/796 @merrimanr plz find my replies - when I open the date/time range picker why does it say "now/d"? I would expect just "now" or "Now" - Changed to now - when

[GitHub] metron pull request #803: Metron-1252: Build ui for grouping alerts into met...

2017-10-23 Thread iraghumitra
Github user iraghumitra commented on a diff in the pull request: https://github.com/apache/metron/pull/803#discussion_r146216800 --- Diff: metron-interface/metron-alerts/src/styles.scss --- @@ -259,4 +259,61 @@ hr { padding: 0; } - +/** Custom Radio box

[GitHub] metron pull request #803: Metron-1252: Build ui for grouping alerts into met...

2017-10-23 Thread iraghumitra
Github user iraghumitra commented on a diff in the pull request: https://github.com/apache/metron/pull/803#discussion_r146216580 --- Diff: metron-interface/metron-alerts/src/app/alerts/meta-alerts/meta-alerts.component.ts --- @@ -0,0 +1,101 @@ +/** + * Licensed to the

[GitHub] metron pull request #803: Metron-1252: Build ui for grouping alerts into met...

2017-10-23 Thread iraghumitra
Github user iraghumitra commented on a diff in the pull request: https://github.com/apache/metron/pull/803#discussion_r146205835 --- Diff: metron-interface/metron-alerts/src/app/service/update.service.ts --- @@ -38,22 +41,27 @@ export class UpdateService { constructor

[GitHub] metron pull request #803: Metron-1252: Build ui for grouping alerts into met...

2017-10-23 Thread iraghumitra
Github user iraghumitra commented on a diff in the pull request: https://github.com/apache/metron/pull/803#discussion_r146205224 --- Diff: metron-interface/metron-alerts/src/app/alerts/meta-alerts/meta-alerts.component.ts --- @@ -0,0 +1,101 @@ +/** + * Licensed to the

[GitHub] metron pull request #803: Metron-1252: Build ui for grouping alerts into met...

2017-10-23 Thread iraghumitra
Github user iraghumitra commented on a diff in the pull request: https://github.com/apache/metron/pull/803#discussion_r146204676 --- Diff: metron-interface/metron-alerts/e2e/alerts-list/tree-view/tree-view.e2e-spec.ts --- @@ -175,7 +175,7 @@ describe('metron-alerts tree

[GitHub] metron pull request #803: Metron-1252: Build ui for grouping alerts into met...

2017-10-17 Thread iraghumitra
GitHub user iraghumitra opened a pull request: https://github.com/apache/metron/pull/803 Metron-1252: Build ui for grouping alerts into meta alerts ## Contributor Comments The purpose of the PR is to provide GUI for grouping multiple alerts into a meta alert, the rest api for

[GitHub] metron issue #768: Metron 1123: Add group by option using faceted search cap...

2017-10-14 Thread iraghumitra
Github user iraghumitra commented on the issue: https://github.com/apache/metron/pull/768 Fixed conflicts and added test cases for comments in the tree view. ---

[GitHub] metron issue #710: Metron-1083: Add filters using faceted search capabilitie...

2017-10-13 Thread iraghumitra
Github user iraghumitra commented on the issue: https://github.com/apache/metron/pull/710 @nickwallen we can make the fields configurable too. ---

[GitHub] metron issue #710: Metron-1083: Add filters using faceted search capabilitie...

2017-10-13 Thread iraghumitra
Github user iraghumitra commented on the issue: https://github.com/apache/metron/pull/710 @nickwallen The idea is to have the Facets and Groups in sync with the table column names at the same time avoid the ones that might be too discrete. I will have a discussion around what'

[GitHub] metron issue #710: Metron-1083: Add filters using faceted search capabilitie...

2017-10-13 Thread iraghumitra
Github user iraghumitra commented on the issue: https://github.com/apache/metron/pull/710 @nickwallen The PR was raised before I go to know about the concept of squash commits mind me for my ignorance. I had to make few modifications since a PR that was raised after this got in to

[GitHub] metron pull request #768: Metron 1123: Add group by option using faceted sea...

2017-10-13 Thread iraghumitra
Github user iraghumitra commented on a diff in the pull request: https://github.com/apache/metron/pull/768#discussion_r144592599 --- Diff: metron-interface/metron-alerts/src/app/alerts/alerts-list/tree-view/tree-view.component.ts --- @@ -0,0 +1,319 @@ +/** + * Licensed to

[GitHub] metron pull request #787: METRON-1232: Alert status changes are not reflecte...

2017-10-12 Thread iraghumitra
Github user iraghumitra commented on a diff in the pull request: https://github.com/apache/metron/pull/787#discussion_r144372796 --- Diff: metron-interface/metron-alerts/src/app/service/update.service.ts --- @@ -32,13 +33,31 @@ export class UpdateService

[GitHub] metron pull request #788: METRON-1223: Support for adding comments to alerts

2017-10-12 Thread iraghumitra
Github user iraghumitra commented on a diff in the pull request: https://github.com/apache/metron/pull/788#discussion_r144335342 --- Diff: metron-interface/metron-alerts/src/app/alerts/alert-details/alert-details.component.ts --- @@ -133,6 +173,40 @@ export class

[GitHub] metron issue #796: METRON-1224: Add time range selection to search control

2017-10-12 Thread iraghumitra
Github user iraghumitra commented on the issue: https://github.com/apache/metron/pull/796 @ottobackwards that's a good suggestion can you create a ticket with some more details about new quick filters and any design that you have in mind. I would be happy to pick it up as a follow-on ---

[GitHub] metron issue #787: METRON-1232: Alert status changes are not reflected in li...

2017-10-10 Thread iraghumitra
Github user iraghumitra commented on the issue: https://github.com/apache/metron/pull/787 @nickwallen @mmiklavc @merrimanr replies are inline in the review ---

[GitHub] metron pull request #787: METRON-1232: Alert status changes are not reflecte...

2017-10-10 Thread iraghumitra
Github user iraghumitra commented on a diff in the pull request: https://github.com/apache/metron/pull/787#discussion_r143772168 --- Diff: metron-interface/metron-alerts/src/app/service/update.service.ts --- @@ -32,13 +33,31 @@ export class UpdateService

[GitHub] metron pull request #787: METRON-1232: Alert status changes are not reflecte...

2017-10-10 Thread iraghumitra
Github user iraghumitra commented on a diff in the pull request: https://github.com/apache/metron/pull/787#discussion_r143771524 --- Diff: metron-interface/metron-alerts/src/app/shared/directives/alert-search.directive.ts --- @@ -130,7 +130,7 @@ export class AlertSearchDirective

[GitHub] metron pull request #787: METRON-1232: Alert status changes are not reflecte...

2017-10-10 Thread iraghumitra
Github user iraghumitra commented on a diff in the pull request: https://github.com/apache/metron/pull/787#discussion_r143731034 --- Diff: metron-interface/metron-alerts/src/app/shared/directives/alert-search.directive.ts --- @@ -130,7 +130,7 @@ export class AlertSearchDirective

[GitHub] metron issue #768: Metron 1123: Add group by option using faceted search cap...

2017-10-10 Thread iraghumitra
Github user iraghumitra commented on the issue: https://github.com/apache/metron/pull/768 @nickwallen I kind of agree with @justinleet here. The rest api is should handle empty values in a better way. Though we can circumvent the empty values issue in groups by assuming all the

[GitHub] metron pull request #768: Metron 1123: Add group by option using faceted sea...

2017-10-10 Thread iraghumitra
Github user iraghumitra commented on a diff in the pull request: https://github.com/apache/metron/pull/768#discussion_r143715850 --- Diff: metron-interface/metron-alerts/src/app/alerts/alerts-list/tree-view/tree-view.component.ts --- @@ -0,0 +1,319 @@ +/** + * Licensed to

[GitHub] metron pull request #796: Initial commit for time-range selection for search

2017-10-10 Thread iraghumitra
GitHub user iraghumitra opened a pull request: https://github.com/apache/metron/pull/796 Initial commit for time-range selection for search ## Contributor Comments This PR adds a time-range selector for search bar in alerts-ui. The time-range selectors have the following

[GitHub] metron issue #768: Metron 1123: Add group by option using faceted search cap...

2017-10-09 Thread iraghumitra
Github user iraghumitra commented on the issue: https://github.com/apache/metron/pull/768 @merrimanr Added e2e tests for escalation actions in tree view ---

[GitHub] metron issue #768: Metron 1123: Add group by option using faceted search cap...

2017-10-06 Thread iraghumitra
Github user iraghumitra commented on the issue: https://github.com/apache/metron/pull/768 @merrimanr oops missed the comment thanks for letting me know again. I will add a test case for tree bulk actions. Looks like e2e for drag-drop is going to be tough I tried a bit but could not

[GitHub] metron pull request #787: METRON-1232: Alert status changes are not reflecte...

2017-10-05 Thread iraghumitra
Github user iraghumitra closed the pull request at: https://github.com/apache/metron/pull/787 ---

[GitHub] metron pull request #787: METRON-1232: Alert status changes are not reflecte...

2017-10-05 Thread iraghumitra
GitHub user iraghumitra reopened a pull request: https://github.com/apache/metron/pull/787 METRON-1232: Alert status changes are not reflected in list view ## Contributor Comments The Jira has all the description of the issue. In addition, the e2e test for removing search

[GitHub] metron pull request #788: METRON-1223: Support for adding comments to alerts

2017-10-05 Thread iraghumitra
GitHub user iraghumitra opened a pull request: https://github.com/apache/metron/pull/788 METRON-1223: Support for adding comments to alerts ## Contributor Comments This PR adds support for adding arbitrary text notes to an alert. This can be achieved by using METRON-1051.The

[GitHub] metron pull request #787: METRON-1232: Alert status changes are not reflecte...

2017-10-05 Thread iraghumitra
GitHub user iraghumitra opened a pull request: https://github.com/apache/metron/pull/787 METRON-1232: Alert status changes are not reflected in list view ## Contributor Comments The Jira has all the description of the issue. In addition, the e2e test for removing search

[GitHub] metron issue #768: Metron 1123: Add group by option using faceted search cap...

2017-10-04 Thread iraghumitra
Github user iraghumitra commented on the issue: https://github.com/apache/metron/pull/768 @ottobackwards & @merrimanr Fixed the following - Disabling the ungroup button when no groups are selected - Fixed issue with select all alerts in tree view ---

[GitHub] metron pull request #768: Metron 1123: Add group by option using faceted sea...

2017-10-04 Thread iraghumitra
Github user iraghumitra commented on a diff in the pull request: https://github.com/apache/metron/pull/768#discussion_r142671246 --- Diff: metron-interface/metron-alerts/e2e/alerts-list/tree-view/tree-view.e2e-spec.ts --- @@ -0,0 +1,183 @@ +/// +/** + * Licensed to

[GitHub] metron issue #768: Metron 1123: Add group by option using faceted search cap...

2017-10-04 Thread iraghumitra
Github user iraghumitra commented on the issue: https://github.com/apache/metron/pull/768 @merrimanr I will check the escalation actions, I guess I missed something there. ---

[GitHub] metron issue #768: Metron 1123: Add group by option using faceted search cap...

2017-10-04 Thread iraghumitra
Github user iraghumitra commented on the issue: https://github.com/apache/metron/pull/768 @ottobackwards Good to hear the build issue is out of the way I was going nowhere in figuring out the build failure. - The ungroup button does nothing when alerts are not grouped. I feel we

[GitHub] metron issue #768: Metron 1123: Add group by option using faceted search cap...

2017-10-03 Thread iraghumitra
Github user iraghumitra commented on the issue: https://github.com/apache/metron/pull/768 @ottobackwards If you dont mind can you give me exact steps to simulate the installation issue. I seem to miss something here. ---

[GitHub] metron issue #768: Metron 1123: Add group by option using faceted search cap...

2017-10-01 Thread iraghumitra
Github user iraghumitra commented on the issue: https://github.com/apache/metron/pull/768 Looks like the problem is not with the build but with starting metron-config ui on the VM. Are you using fedora instead of centos by any chance?. AFAIU some script is missing shell

[GitHub] metron issue #768: Metron 1123: Add group by option using faceted search cap...

2017-09-29 Thread iraghumitra
Github user iraghumitra commented on the issue: https://github.com/apache/metron/pull/768 @ottobackwards can u check it now I merged master again looks like mpack is in now. ---

[GitHub] metron issue #771: METRON-1204: UI does not time out after being idle, but s...

2017-09-29 Thread iraghumitra
Github user iraghumitra commented on the issue: https://github.com/apache/metron/pull/771 +1 works as described ... ---

[GitHub] metron issue #768: Metron 1123: Add group by option using faceted search cap...

2017-09-29 Thread iraghumitra
Github user iraghumitra commented on the issue: https://github.com/apache/metron/pull/768 @ottobackwards Done please have a look ... ---

[GitHub] metron issue #762: METRON-1189: Add alert escalation to the Alerts UI

2017-09-26 Thread iraghumitra
Github user iraghumitra commented on the issue: https://github.com/apache/metron/pull/762 +1 ---

[GitHub] metron issue #762: METRON-1189: Add alert escalation to the Alerts UI

2017-09-25 Thread iraghumitra
Github user iraghumitra commented on the issue: https://github.com/apache/metron/pull/762 I wanted to suggest as a follow-on PR too, my bad missed it during the first round of review. ---

[GitHub] metron issue #771: METRON-1204: UI does not time out after being idle, but s...

2017-09-25 Thread iraghumitra
Github user iraghumitra commented on the issue: https://github.com/apache/metron/pull/771 Tested, the UI redirects to log-in after the timeout. Should we show a message on the login page that session timeout happened ?. ---

[GitHub] metron pull request #762: METRON-1189: Add alert escalation to the Alerts UI

2017-09-25 Thread iraghumitra
Github user iraghumitra commented on a diff in the pull request: https://github.com/apache/metron/pull/762#discussion_r140751012 --- Diff: metron-interface/metron-alerts/e2e/alert-details/alert-details.po.ts --- @@ -0,0 +1,60 @@ +/** + * Licensed to the Apache Software

[GitHub] metron issue #762: METRON-1189: Add alert escalation to the Alerts UI

2017-09-22 Thread iraghumitra
Github user iraghumitra commented on the issue: https://github.com/apache/metron/pull/762 @merrimanr I uncovered the issue when I was trying to integrate METRON-1189 to METRON-1123. I handled it in PR #768, the fix is to empty the selection list whenever we get new data. This would

[GitHub] metron pull request #768: Metron 1123: Add group by option using faceted sea...

2017-09-21 Thread iraghumitra
GitHub user iraghumitra opened a pull request: https://github.com/apache/metron/pull/768 Metron 1123: Add group by option using faceted search capabilities of metron-rest-api ## Contributor Comments This PR extends the Metron Alerts GUI capabilities to do group by on Alerts

[GitHub] metron issue #762: METRON-1189: Add alert escalation to the Alerts UI

2017-09-20 Thread iraghumitra
Github user iraghumitra commented on the issue: https://github.com/apache/metron/pull/762 Should we use saveRefreshState() and restoreRefreshState() when the escalation rest API's are in progress? This will ensure that the page doesn't get refreshed and users would not los

[GitHub] metron issue #762: METRON-1189: Add alert escalation to the Alerts UI

2017-09-20 Thread iraghumitra
Github user iraghumitra commented on the issue: https://github.com/apache/metron/pull/762 @merrimanr tested the UI works as explained in the comments ---

[GitHub] metron pull request #762: METRON-1189: Add alert escalation to the Alerts UI

2017-09-20 Thread iraghumitra
Github user iraghumitra commented on a diff in the pull request: https://github.com/apache/metron/pull/762#discussion_r139988431 --- Diff: metron-interface/metron-alerts/e2e/alert-details/alert-status/alert-details-status.e2e-spec.ts --- @@ -0,0 +1,58

[GitHub] metron pull request #756: METRON-1182: Refactored AlertList View to abstract...

2017-09-13 Thread iraghumitra
GitHub user iraghumitra opened a pull request: https://github.com/apache/metron/pull/756 METRON-1182: Refactored AlertList View to abstract displaying of individual alerts… …, this will help us to have different views for displaying individual alerts ## Contributor

[GitHub] metron issue #700: METRON-1077: Use column meta data end point in alerts ui

2017-09-07 Thread iraghumitra
Github user iraghumitra commented on the issue: https://github.com/apache/metron/pull/700 @merrimanr I have made services similar to rest classes. I had to rename few files, classes and variables. ---

[GitHub] metron pull request #700: METRON-1077: Use column meta data end point in ale...

2017-09-06 Thread iraghumitra
Github user iraghumitra commented on a diff in the pull request: https://github.com/apache/metron/pull/700#discussion_r137454070 --- Diff: metron-interface/metron-alerts/src/app/service/alert.service.ts --- @@ -39,21 +41,31 @@ export class AlertService { private

[GitHub] metron pull request #700: METRON-1077: Use column meta data end point in ale...

2017-09-06 Thread iraghumitra
Github user iraghumitra commented on a diff in the pull request: https://github.com/apache/metron/pull/700#discussion_r137454061 --- Diff: metron-interface/metron-alerts/src/app/service/cluster-metadata.service.ts --- @@ -16,14 +16,20 @@ * limitations under the License

[GitHub] metron pull request #700: METRON-1077: Use column meta data end point in ale...

2017-09-06 Thread iraghumitra
Github user iraghumitra commented on a diff in the pull request: https://github.com/apache/metron/pull/700#discussion_r137454065 --- Diff: metron-interface/metron-alerts/src/app/utils/metron-rest-api-utils.ts --- @@ -0,0 +1,40 @@ +/** + * Licensed to the Apache Software

[GitHub] metron issue #700: METRON-1077: Use column meta data end point in alerts ui

2017-08-30 Thread iraghumitra
Github user iraghumitra commented on the issue: https://github.com/apache/metron/pull/700 @merrimanr I moved the rest-api calls to services --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have

[GitHub] metron issue #699: METRON-1068: Use Elastic end point in alerts ui

2017-08-24 Thread iraghumitra
Github user iraghumitra commented on the issue: https://github.com/apache/metron/pull/699 @merrimanr Updated readme with login instructions. Thanks for taking time for review. --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as

[GitHub] metron pull request #699: METRON-1068: Use Elastic end point in alerts ui

2017-08-22 Thread iraghumitra
Github user iraghumitra commented on a diff in the pull request: https://github.com/apache/metron/pull/699#discussion_r134542101 --- Diff: metron-interface/metron-alerts/e2e/login/login.e2e-spec.ts --- @@ -0,0 +1,44 @@ +/** + * Licensed to the Apache Software Foundation

[GitHub] metron issue #702: METRON-1114: Add group by capabilities to search REST end...

2017-08-22 Thread iraghumitra
Github user iraghumitra commented on the issue: https://github.com/apache/metron/pull/702 @merrimanr Does the group by support pagination? --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have

[GitHub] metron pull request #710: Metron-1083: Add filters using faceted search capa...

2017-08-21 Thread iraghumitra
GitHub user iraghumitra opened a pull request: https://github.com/apache/metron/pull/710 Metron-1083: Add filters using faceted search capabilities of metron-rest-api ## Contributor Comments This PR is on top of [METRON-1068](https://github.com/apache/metron/pull/699). This PR

[GitHub] metron pull request #700: METRON-1077: Use column meta data end point in ale...

2017-08-21 Thread iraghumitra
Github user iraghumitra commented on a diff in the pull request: https://github.com/apache/metron/pull/700#discussion_r134166875 --- Diff: metron-interface/metron-alerts/src/app/service/rest-api-impl.ts --- @@ -0,0 +1,57 @@ +/** + * Licensed to the Apache Software

[GitHub] metron pull request #699: METRON-1068: Use Elastic end point in alerts ui

2017-08-19 Thread iraghumitra
Github user iraghumitra commented on a diff in the pull request: https://github.com/apache/metron/pull/699#discussion_r134088663 --- Diff: metron-interface/metron-alerts/e2e/login/login.e2e-spec.ts --- @@ -0,0 +1,44 @@ +/** + * Licensed to the Apache Software Foundation

[GitHub] metron pull request #526: Metron-846: Add E2E tests for metron management ui

2017-08-18 Thread iraghumitra
Github user iraghumitra closed the pull request at: https://github.com/apache/metron/pull/526 --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature

[GitHub] metron pull request #526: Metron-846: Add E2E tests for metron management ui

2017-08-18 Thread iraghumitra
GitHub user iraghumitra reopened a pull request: https://github.com/apache/metron/pull/526 Metron-846: Add E2E tests for metron management ui ## Contributor Comments This PR adds e2e test support for management ui. We have few e2e tests in management ui but they do not work on

  1   2   >