I created Helm Chart of Praeco (ElastAlert GUI) . Praeco is Web GUI for ElastAlert. github.com Beta Release repo Installation Screen Shots with BOSH Summary - Installing Praeco (ElastAlert GUI) into Kubernetes with Helm (Beta) Beta Release…
Earlier, I reviewed the open source (OSS) NetFlow collector, as summarized in this article. designetwork.daichi703n.com When I investigated again, I found ElastiFlow , a NetFlow collector and visualizer based on Elasticsearch + Logstash + …
Sometimes a NAT machine is created by iptables on Linux, such as an AWS NAT instance. If you are a network engineer who has experience in operating network devices such as routers and FWs, you will often want to check the connection status…
Implement SSH Public Key Authentication on the Cisco ASA, which is common in server operation. This makes it possible to operate more securely and efficiently. Official information Environment information Setting up SSH public key authenti…
On the 24th day of Cloud Foundry Advent Calender 2018 I will implement chaos engineering which is introduced by advanced companies and services. If it is an environment constructed by BOSH, such as Cloud Foundry and Kubernetes, it can be i…
On the 23rd day of Cloud Foundry Advent Calender 2018 Procedures for building BOSH-Lite in the local environment with VirtualBox are explained in some articles. In these, as described in the BOSH Official, you have to manage and access fro…
Easy Gantt is useful Redmine's Gantt chart tool, but when combined with the theme Gitmike, holidays are not grayed out by default. Note that this problem does not occur in the default theme. Customize CSS so that you can gray out holidays …
In this article I connected the Docker container with an external network 802.1Q VLAN Tag. en-designetwork.hatenablog.com This time with define as Docker-Compose file to make it easier to operate. If I make it further, I think that network…
I am considering a system that utilizes the Docker container for tests such as network communication and route confirmation. It is inefficient to prepare a large number of PCs for testing, so we would like to utilize a lightweight and spee…
In an environment where SSH access to the server is restricted by a firewall or the like, SSH Proxy access to the backend server is established by SSH R-Proxy server (Docker container), not a step-by-step server. There is also a method to …
Task management in Redmine, markup overestimated tickets helps to prevent countermeasure leakage. Equivalent effects can be expected by using remind mail, but it is easy to grasp the situation by markup even when displaying the list. Imple…
For package installation in the Proxy environment, it is necessary to designate the proxy server by environment variables and so on. Similarly for Gem and Bundler, setting of environment variables http_proxy is required. During constructio…
When adding a plugin to Docker Redmine, if you need to install the Gem package, set the Proxy environment variable in docker-compose.yml. The problems that occurred, the contents of the investigation, and how to respond are shown. Environm…
Redmine running on Docker response when creating and updating tickets got worse, and as the problem was solved by investigating cause/workaround, write down the procedure. As a result, by setting the SMTP mail notification to Async (asynch…
I will introduce Hinemos that is integrated monitoring system NTT-DATA develops as OSS, with Docker. Here is the official Docker Image, but it seems that the version is old and maintenance is not done, so create it from original Dockerfile…