Hey, i have some problems about elasticsearch and kibana! i want to create different space for my clients and i wouldn't that client had acces at the graph others! also, i want send many traffic netflow in my filebeat, but i don't know how we make!

Module: netflow

Docs: https://www.elastic.co/guide/en/beats/filebeat/main/filebeat-module-netflow.html

  • module: netflow
    log:
    enabled: true
    var:
    netflow_host: 10.74.192.64
    netflow_port: 2055
    tags: ["INQ"]
    # internal_networks specifies which networks are considered internal or private
    # you can specify either a CIDR block or any of the special named ranges listed
    # at: Define processors | Filebeat Reference [8.12] | Elastic
    internal_networks:
    - private

  • module: netflow
    log:
    enabled: true
    var:
    netflow_host: 10.74.192.64
    netflow_port: 4444
    tags: ["MEDLOG"]
    # internal_networks specifies which networks are considered internal or private
    # you can specify either a CIDR block or any of the special named ranges listed
    # at: Define processors | Filebeat Reference [8.12] | Elastic
    internal_networks:
    - privat

Hi @Pierre_Yoboue,

To confirm your question, are you wanting to create Kibana spaces that limit users access to particular dashboards? Have you had a look at the spaces documentation for tips on how to set them up?

You've also asked a question on filebeat. We recommend posting one question per topic. The link you've posted doesn't seem to exist. But you should be able to specify multiple inputs using the Netflow input module as per the [filebeat documentation](You can specify multiple inputs, and you can specify the same input type more than once.

Hope that helps!

This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.