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

[8.16] [SecuritySolution] Update Entity Store transform to read frequency and delay from config (#197992) #198317

Merged
merged 1 commit into from
Oct 30, 2024

Commits on Oct 30, 2024

  1. [SecuritySolution] Update Entity Store transform to read frequency an…

    …d delay from config (elastic#197992)
    
    ## Summary
    
    Update Entity Store transform to read frequency and delay from config.
    
    New Config:
    ```
    xpack.securitySolution.entityAnalytics.entityStore.frequency: '60s'
    xpack.securitySolution.entityAnalytics.entityStore.syncDelay: '60s'
    ```
    
    ### How to test it?
    * Update Kibana config
    * Start the entity store
    
    *** If you update the config after the entity store is installed it has
    no effect
    
    (cherry picked from commit 4d4de51)
    
    # Conflicts:
    #	x-pack/plugins/security_solution/server/lib/entity_analytics/entity_store/entity_store_data_client.ts
    #	x-pack/plugins/security_solution/server/request_context_factory.ts
    machadoum committed Oct 30, 2024
    Configuration menu
    Copy the full SHA
    34efc84 View commit details
    Browse the repository at this point in the history