Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Failing ES Promotion: endpoint Endpoint Alert Page: when es has data and user has navigated to the page #68596

Closed
mistic opened this issue Jun 8, 2020 · 14 comments
Assignees
Labels
blocker bug Fixes for quality problems that affect the customer experience failed-es-promotion Team:Defend Workflows “EDR Workflows” sub-team of Security Solution Team:Endpoint Response Endpoint Response Team Team:Fleet Team label for Observability Data Collection Fleet team v7.8.2

Comments

@mistic
Copy link
Member

mistic commented Jun 8, 2020

This failure is preventing the promotion of the current Elasticsearch nightly snapshot.

7.8/7.8.1: https://kibana-ci.elastic.co/job/elasticsearch+snapshots+verify/858/

For more information on the Elasticsearch snapshot promotion process: https://www.elastic.co/guide/en/kibana/master/development-es-snapshots.html

Failed Tests Reporter:
  - Test has not failed recently on tracked branches

[00:00:00]       │
[00:00:00]         └-: endpoint
[00:00:00]           └-> "before all" hook
[00:01:05]           └-: Endpoint Alert Page: when es has data and user has navigated to the page
[00:01:05]             └-> "before all" hook
[00:01:05]             └-> "before all" hook
[00:01:05]               │ info [endpoint/alerts/api_feature] Loading "mappings.json"
[00:01:06]               │ info [endpoint/alerts/api_feature] Loading "data.json.gz"
[00:01:06]               │ info Taking screenshot "/dev/shm/workspace/kibana/x-pack/test/functional/screenshots/failure/endpoint Endpoint Alert Page_ when es has data and user has navigated to the page _before all_ hook.png"
[00:01:06]               │ info Current URL is: http://localhost:6171/app/endpoint/
[00:01:06]               │ info Saving page source to: /dev/shm/workspace/kibana/x-pack/test/functional/failure_debug/html/endpoint Endpoint Alert Page_ when es has data and user has navigated to the page _before all_ hook.html
[00:01:06]               └- ✖ fail: "endpoint Endpoint Alert Page: when es has data and user has navigated to the page "before all" hook for "loads the Alert List Page""
[00:01:06]               │
@mistic mistic added bug Fixes for quality problems that affect the customer experience blocker Team:Endpoint Management failed-es-promotion Team:Fleet Team label for Observability Data Collection Fleet team v7.8.1 labels Jun 8, 2020
@elasticmachine
Copy link
Contributor

Pinging @elastic/endpoint-management (Team:Endpoint Management)

@elasticmachine
Copy link
Contributor

Pinging @elastic/ingest-management (Team:Ingest Management)

mistic added a commit that referenced this issue Jun 8, 2020
mistic added a commit that referenced this issue Jun 9, 2020
@mistic mistic added v8.0.0 and removed v8.0.0 labels Jun 9, 2020
@kevinlog kevinlog added the Team:Endpoint Response Endpoint Response Team label Jun 9, 2020
@elasticmachine
Copy link
Contributor

Pinging @elastic/endpoint-response (Team:Endpoint Response)

gmmorris added a commit to gmmorris/kibana that referenced this issue Jun 9, 2020
* master: (37 commits)
  [DOCS] Adds documentation for drilldowns (elastic#68122)
  [Telemetry] telemetry.sendUsageFrom: "server" by default (elastic#68071)
  [ML] Transforms: Support sub-aggregations (elastic#68306)
  Fixed pre-configured docs link points to the wrong page and functional tests configs (elastic#68606)
  [Ingest Manager] Update queries from `stream.*` to `dataset.*` (elastic#68322)
  Enable Watcher by default to fix bug in which Watcher doesn't render in the side nav (elastic#68602)
  Convert Index Templates API routes to snakecase. (elastic#68463)
  [SECURITY SOLUTION] [Detections] Add / Update e2e tests to ensure initial rule runs are successful (elastic#68441)
  [Ingest] OpenAPI spec file (elastic#68323)
  chore(NA): skip apis Endpoint plugin Endpoint policy api (elastic#68638)
  bumping makelogs version to v6.0.0 (elastic#66163)
  [SIEM] Add create template button (elastic#66613)
  Bump websocket-extensions from 0.1.3 to 0.1.4 (elastic#68414)
  [ML] Sample data modules - use event.dataset instead of index name (elastic#68538)
  [ML] Functional tests - fix job validation API test with maxModelMemoryLimit (elastic#68501)
  [ML] Functional tests - stabilize DFA job creation (elastic#68495)
  [TSVB] Allows the user to change the tooltip mode (elastic#67775)
  chore(NA): skip apis Endpoint plugin Endpoint alert API when data is in elasticsearch (elastic#68613)
  chore(NA): skip endpoint Endpoint Alert Page: when es has data and user has navigated to the page (elastic#68596)
  [SIEM][Detection Engine] Converts from joi to use io-ts and moves the types to common  (elastic#68127)
  ...
@ph
Copy link
Contributor

ph commented Jun 11, 2020

@kevinlog this look like an issue on your side?

@paul-tavares
Copy link
Contributor

I'm looking and it seems to be related to the Elasticsearch changes that we're trying to address with #68794

//cc @jonathan-buttner 😬

@paul-tavares
Copy link
Contributor

Although - I just noticed: this happen at 7.8 branch level?

@kevinlog
Copy link
Contributor

@jonathan-buttner does a version of this #68794 need to get backported to 7.8? I'm confused on why it's happening there.

Or does this have to do with the network issues seen a couple days ago @ph @ruflin ?

@jonathan-buttner
Copy link
Contributor

hmm I wonder if ES backported their validation change to 7.8? I think that's what's causing this.

@jonathan-buttner
Copy link
Contributor

I think this is why it's starting to fail in 7.8: elastic/elasticsearch#57840

@jonathan-buttner
Copy link
Contributor

@mistic the plan is to disable all the endpoint tests in 7.8. I'll put up a pr for that tomorrow.

@ph
Copy link
Contributor

ph commented Jun 12, 2020

@kevinlog I would have expected to see some registry traces if it that the network issue.

@jonathan-buttner
Copy link
Contributor

PR to disable the tests is here: #69008

@mistic will we need to commit those changes to any other branches for 7.8? I didn't see a 7.8.1 branch.

@spalger spalger added v7.8.2 and removed v7.8.1 labels Jul 28, 2020
@ph
Copy link
Contributor

ph commented Aug 17, 2020

@jonathan-buttner can we close this issue?

@jonathan-buttner
Copy link
Contributor

@ph yep I'll close.

@MindyRS MindyRS added Team:Defend Workflows “EDR Workflows” sub-team of Security Solution and removed Team:Endpoint Management labels Oct 29, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
blocker bug Fixes for quality problems that affect the customer experience failed-es-promotion Team:Defend Workflows “EDR Workflows” sub-team of Security Solution Team:Endpoint Response Endpoint Response Team Team:Fleet Team label for Observability Data Collection Fleet team v7.8.2
Projects
None yet
Development

No branches or pull requests

8 participants