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

[Draft][Security Solution] Unified Table column render loop #180064

Closed

Conversation

logeekal
Copy link
Contributor

@logeekal logeekal commented Apr 4, 2024

  1. Start Kibana and Elastic search with below commands

    ## Start kibana
    yarn kbn bootstrap && yarn start --no-base-path
    ## Start Elastic search
    yarn es snapshot --license=trial
  2. Once both are up , load security solution data using below command.

    cd x-pack/plugins/security_solution
    node scripts/endpoint/resolver_generator -ne 10 -nd 1000 -ape 20 -k http://elastic:changeme@localhost:5601
  3. Now create a custom secruity solution rule:

    bash create_rule.sh
    

Now secuity solution is all set up. Follow below video reproduce the focus loop issue.

Screen.Recording.2024-04-08.at.08.05.06.mp4

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant