Git Product home page Git Product logo

Comments (5)

enotspe avatar enotspe commented on July 20, 2024 1

Hi @H1L021 , thanks for the suggestion for network_traffic !!! I spent quite some time trying to figure out how to make it work on SIEM. I will add it to even.category as suggested

About geo field names, the pipeline geo_enrichment already handles it so those fields show up on SIEM UI.

    #rename iso code fields to match ECS
    mutate { 
        remove_field => ["src_ip_geo_apply", "dest_ip_geo_apply" ] 
        rename => { "[source][geo][country_code2]" => "[source][geo][country_iso_code]" }
        rename => { "[destination][geo][country_code2]" => "[destination][geo][country_iso_code]" }
        rename => { "[source][geo][region_code]" => "[source][geo][region_iso_code]" }
        rename => { "[destination][geo][region_code]" => "[destination][geo][region_iso_code]" }

from fortinet-2-elasticsearch.

Cyb3rSn0rlax avatar Cyb3rSn0rlax commented on July 20, 2024

Thank you, my bad didn't see it. Sorry

from fortinet-2-elasticsearch.

enotspe avatar enotspe commented on July 20, 2024

3af76bd

from fortinet-2-elasticsearch.

fredtj avatar fredtj commented on July 20, 2024

looks like network_traffic is depreciated as of 8.0.0 - see here elastic/beats#19039

perhaps the real issue is the timeline event renderer needs to be updated?

from fortinet-2-elasticsearch.

enotspe avatar enotspe commented on July 20, 2024

yeah. That is why I left this line commented

#add_field => { "[event][category]" => "network" } this should be the correct value once SIEM UI gets aligned with ECS event.category allowed values

from fortinet-2-elasticsearch.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.