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.15](backport #27323) [Filebeat] Threatintel compatibility updates #27778

Merged
merged 2 commits into from
Sep 7, 2021

Commits on Sep 7, 2021

  1. [Filebeat] Threatintel compatibility updates (#27323)

    * First pass on updating filebeat threatintel logic for ECS 1.11
    
    This only covers modules starting with an a; the rest will follow
    shortly. In general, these changes address the following goals:
    
    * preference for indicator.url.domain, and deprecation of
      indicator.domain
    * moving from event.reference to indicator.reference
    
    * Move remaining modules from indicator.domain -> indicator.url.domain
    
    Along with conditional checks to ensure we're not overwriting the
    relevant uri_parts data from earlier in the pipeline.
    
    * Update indicator.reference in relevant modules
    
    * Fix missing prefix in target field
    
    * linting and apply new testfiles
    
    * Run `make update` in filebeat
    
    * fixing duplicate fields
    
    * mage fmt update
    
    * linting
    
    Co-authored-by: Marius Iversen <[email protected]>
    (cherry picked from commit 4be2694)
    
    # Conflicts:
    #	x-pack/filebeat/module/threatintel/abuseurl/ingest/pipeline.yml
    #	x-pack/filebeat/module/threatintel/anomali/ingest/pipeline.yml
    rylnd authored and mergify-bot committed Sep 7, 2021
    Configuration menu
    Copy the full SHA
    ff62211 View commit details
    Browse the repository at this point in the history
  2. fixing mergify conflicts

    P1llus committed Sep 7, 2021
    Configuration menu
    Copy the full SHA
    ed2c06c View commit details
    Browse the repository at this point in the history