본문 바로가기

Dashboard5

n8n을 활용하여 데이터를 자동으로 수집하고 시각화 구현 매일 다양한 웹페이지를 방문하면서 정보를 찾는 데 많은 시간을 소비한다고 합니다. 그리고 특히 날씨, 뉴스, 주식 포트폴리오, 이메일, 트위터, 업무 알림 등을 확인하기 위해 항상 같은 웹사이트를 반복해서 방문하는 데 시간을 낭비하고, 정보가 업데이트되었는지 계속해서 확인해야 하는 불편함을 언급합니다. 이에 따라 정보를 한 곳에서 모아서 볼 수 있는 대시보드의 필요성을 느끼게 되었습니다. n8n, 웹 서비스 쿼리, 그리고 대시보드 시스템인 Smashing을 결합하여 사용자 정의 대시보드를 만들고 정보를 모아 보려고 합니다. 특히, GitHub, Docker, npm, 그리고 Product Hunt 등에서 n8n 프로젝트에 관한 정보를 가져와 Smashing 대시보드에 표시할 예정이라고 합니다. n8n은 .. 2023. 11. 25.
Minikube 대시보드 외부에서 접근을 위한 RBAC 설정 Minikube 대시보드를 시작하고 외부에서 접근할 수 있도록 설정하는 단계별 방법을 설명하겠습니다. 이를 위해 minikube dashboard 명령을 사용하여 Minikube 대시보드를 시작하고 kubectl proxy를 사용하여 외부에서 접근할 수 있게 구성할 것입니다. Minikube 클러스터 시작: Minikube를 시작하려면 터미널에서 다음 명령어를 실행합니다. minikube start Minikube 대시보드 시작: 다음 명령어를 사용하여 Minikube 대시보드를 시작합니다. minikube dashboard 이 명령을 실행하면 Minikube 대시보드가 기본 웹 브라우저에서 자동으로 열릴 것입니다. kubectl proxy 실행: Minikube 대시보드를 외부에서 접근할 수 있도록 k.. 2023. 10. 29.
Grafana 대시보드 쇼케이스: Prometheus, GitHub 등 시각화! Grafana 대시보드 쇼케이스: Prometheus, 가정 내 에너지 사용, GitHub 등을 위한 시각화! 몇 가지 대시보드를 살펴보겠습니다! Grafana Loki NGINX 서비스 메시 대시보드 Ward Bekker가 만든 이 놀라운 새 대시보드와 관련 통합을 사용하면 Grafana Cloud 사용자는 전 세계 트래픽 및 수십 가지 핵심 지표를 모니터링할 수 있습니다. 자세한 내용, 전체 지침 및 데모 샌드박스 애플리케이션은 이 블로그 포스트에서 확인하세요. Loki NGINX Service Mesh - JSON version | Grafana Labs Thank you! Your message has been received! grafana.com VMware vSphere 대시보드 Veeam .. 2023. 9. 29.
OSSEC Log Management with Elasticsearch Log Management System ArchitectureThe OSSEC log management system I’ll discuss here relies on three open source technologies, in addition to OSSEC:Logstash – Parses and stores syslog data to ElasticsearchElasticsearch - General purpose indexing and data storage systemKibana – User interface that comes with ElasticSearchLogstash is configured to receive OSSEC syslog output then parse it and forwa.. 2013. 11. 23.
OSSEC Server, Client, Web UI and Analogi Dashboard Installation tutorial OSSEC is an Open Source Host-based Intrusion Detection System that performs log analysis, file integrity checking, policy monitoring, rootkit detection, real-time alerting and active response. It runs on most operating systems, including Linux, MacOS, Solaris, HP-UX, AIX and Windows. It also includes agentless monitoring for use with for example Cisco, HP or Juniper hardware.This tutorial covers.. 2013. 11. 12.