英文:
Elasticsearch network discovery integration
问题
我是新手使用Elasticsearch,我已部署了Elasticsearch与Kibana和Logstash,所有日志都被解析并可搜索。我需要集成任何能帮助进行网络发现以找到我的网络上的设备的软件。
请问有什么最佳的集成方案可以帮助我?
英文:
iam new to elasticsearch, i had deployed elasticsearch with kibana and logstash, all the logs is parsed and searchable. i need to integrate any software that helps in network descovery to find the devices on my network.
what is the best integration found that can help me
答案1
得分: 0
这将是相当通用的,因为您尚未提供有关您的特定要求/技术约束/预算等信息。
以下是一些可以与Elasticsearch集成以查找网络上的设备的成熟发现工具:
-
Nmap:流行的开源网络探测和安全审计工具。您可以将其结果导出为各种格式,包括JSON,可以导入Elasticsearch。
-
OpenNMS:一个网络管理平台,包括用于识别网络上的设备并监视其性能/状态的发现引擎。OpenNMS还可以与Elasticsearch集成(文档)。
-
Zabbix:另一个网络监控平台,包括自动查找网络上设备的发现功能。Zabbix也可以与Elasticsearch集成(文档,不太更新)。
英文:
this is going to be pretty generic, as you haven't provided any information about your specific requirements / technical constraints / budget / ...
here are some well-established discovery tools that you can integrate with Elasticsearch to find devices on your network:
-
Nmap: popular open-source network exploration and security auditing tool. You can export its results in various formats, including JSON, which can be ingested into Elasticsearch.
-
OpenNMS: a network management platform that includes a discovery engine for identifying devices on the network and monitoring their performance/status. OpenNMS can also integrate with Elasticsearch (docs).
-
Zabbix: another network monitoring platform that includes a discovery feature for finding devices on the network automatically. Zabbix can also integrate with Elasticsearch (docs, not too updated)
通过集体智慧和协作来改善编程学习和解决问题的方式。致力于成为全球开发者共同参与的知识库,让每个人都能够通过互相帮助和分享经验来进步。
评论