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

[7.x] [Security Solution] Updates redirect route upon rule creation (#92715) #93528

Merged
merged 1 commit into from
Mar 4, 2021

Conversation

ecezalp
Copy link
Contributor

@ecezalp ecezalp commented Mar 3, 2021

Backports the following commits to 7.x:

…c#92715)

* [Security Solution] Updates redirect route upon rule creation

Closes elastic#82562.
@ecezalp ecezalp enabled auto-merge (squash) March 3, 2021 22:53
@kibanamachine
Copy link
Contributor

💛 Build succeeded, but was flaky


Test Failures

Kibana Pipeline / general / X-Pack API Integration Tests.x-pack/test/api_integration/apis/security_solution/tls·ts.apis SecuritySolution Endpoints Tls Test with Packetbeat Tls Test "before all" hook for "Ensure data is returned for FlowTarget.Source"

Link to Jenkins

Standard Out

Failed Tests Reporter:
  - Test has failed 3 times on tracked branches: https://github.com/elastic/kibana/issues/91181

[00:00:00]       │
[00:00:00]         └-: apis
[00:00:00]           └-> "before all" hook in "apis"
[00:05:28]           └-: SecuritySolution Endpoints
[00:05:28]             └-> "before all" hook in "SecuritySolution Endpoints"
[00:06:40]             └-: Tls Test with Packetbeat
[00:06:40]               └-> "before all" hook in "Tls Test with Packetbeat"
[00:06:40]               └-: Tls Test
[00:06:40]                 └-> "before all" hook for "Ensure data is returned for FlowTarget.Source"
[00:06:40]                 └-> "before all" hook for "Ensure data is returned for FlowTarget.Source"
[00:06:40]                   │ info [packetbeat/tls] Loading "mappings.json"
[00:06:40]                   │ info [packetbeat/tls] Loading "data.json.gz"
[00:06:40]                   └- ✖ fail: apis SecuritySolution Endpoints Tls Test with Packetbeat Tls Test "before all" hook for "Ensure data is returned for FlowTarget.Source"
[00:06:40]                   │      ResponseError: circuit_breaking_exception
[00:06:40]                   │       at onBody (/dev/shm/workspace/kibana/node_modules/@elastic/elasticsearch/lib/Transport.js:333:23)
[00:06:40]                   │       at IncomingMessage.onEnd (/dev/shm/workspace/kibana/node_modules/@elastic/elasticsearch/lib/Transport.js:260:11)
[00:06:40]                   │       at endReadableNT (internal/streams/readable.js:1327:12)
[00:06:40]                   │       at processTicksAndRejections (internal/process/task_queues.js:80:21)
[00:06:40]                   │ 
[00:06:40]                   │ 

Stack Trace

ResponseError: circuit_breaking_exception
    at onBody (/dev/shm/workspace/kibana/node_modules/@elastic/elasticsearch/lib/Transport.js:333:23)
    at IncomingMessage.onEnd (/dev/shm/workspace/kibana/node_modules/@elastic/elasticsearch/lib/Transport.js:260:11)
    at endReadableNT (internal/streams/readable.js:1327:12)
    at processTicksAndRejections (internal/process/task_queues.js:80:21) {
  meta: {
    body: { error: [Object], status: 429 },
    statusCode: 429,
    headers: {
      'content-type': 'application/json; charset=UTF-8',
      'content-length': '959'
    },
    meta: {
      context: null,
      request: [Object],
      name: 'elasticsearch-js',
      connection: [Object],
      attempts: 0,
      aborted: false
    }
  }
}

Metrics [docs]

Async chunks

Total size of all lazy-loaded chunks that will be downloaded as the user navigates the app

id before after diff
securitySolution 7.8MB 7.8MB +37.0B

To update your PR or re-run it, just comment with:
@elasticmachine merge upstream

@ecezalp ecezalp merged commit f61f387 into elastic:7.x Mar 4, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants