Graylog 's Log collection work is similar to Logslash and is a process that needs to be input-filter-output . Here are three of the most common log records to illustrate.??1,TCP message Log????Setup complete discovery takes effect immediately and does not require a restartTCP6 0 0:: 1:9300:::* LISTEN 1013/javaTCP6 0 0::: 33333:::* LISTEN 1010/java??test it on any Linux machine that installs NC :[[email protected] test]# echo ' Date ' | NC 192.168.1.1
Log Management Log Management tool: Collect, Parse, visualize
Elasticsearch-a Lucene-based document store that is used primarily for log indexing, storage, and analysis.
FLUENTD-Log collection and issuance
Flume-Distributed Log collection and aggregation system
GRAYLOG2-Pluggable log and event Analysis server with alarm options
Heka-Stream processing system, which can be used for log aggregation
Kibana-Visualizing log and timestamp data
Logstash-Tools for managing events and logs
Octopussy-Log m
GRAYLOG2 is an open-source log storage System, written by the Java language Server, capable of receiving log information sent by TCP,UDP,AMQP protocol, and fast storage based on the MongoDB database server, through a ruby-based Web management interface , let's easily manage your logs.
1. Component Preparation
name
Component Name
Notes
1
Mongodb
2
Elasticsearch
3
Graylog2
1 Background 1.1 Docker introductionDocker is a container engine project based on lightweight virtualization technology from Docker, the entire project is based on the go language and complies with the Apache 2.0 protocol. Today, Docker can quickly automate deployment of applications within the container, and can provide container resource isolation and security
Docker installation and sharing of common commands and sharing of common docker commands
Basic commands
1. To install docker in yum, the root permission is required.
Yum install docker
2. Start docker
Systemctl start docker. servi
Docker Quick Start-common docker commands 1. Introduction to docker commands 1. Introduction to docker commands
You can run the sudo docker or sudo docker HELP command to view the docker
1 PrefaceSince its inception, Docker has led the technology boom in lightweight virtualization containers. In this trend, Google, IBM, Redhat and other industry leaders have joined the Docker camp. While Docker is still primarily based on the Linux platform, Microsoft has repeatedly announced support for Docker, from p
Docker learning Summary-Comparison of features between Docker and Vagrant
The following content is discussed in stackoverflow by Mitchell Hashimoto and Solomon Hykes. In this case, the two parties have elaborated on the characteristics and scope of use of vagrant and docker, which makes sense for a deep understanding of vagrant and
Linux version: Ubuntu16.04
The first time you install Docker, it is possible to run the Docker command, such as
Docker PS
After restarting the system, the following error occurred after running Docker PS: Cannot connect to the Docker daemon. Is the
Docker-2 learn more about docker, docker-2dockerDockerBasic concepts of images, containers, and warehousesImages
A Docker image is a read-only template.For example, an image can contain a complete CentOS operating system environment where only httpd or other applications are installed.
Images can be used to create
Docker InspectEstimated reading Time:2 minutes
Description
Return low-level information on Docker objects Usage
Docker inspect [OPTIONS] name|id [name|id ...]
Options
Name, Shorthand
Default
Description
--format, F
Format the output using the given go template
--size, S
False
Display Total Fil
Docker tips and Common commands and docker tipsInstall docker
Check whether the curl package is installed?which curl
If curl is not installed, update the apt source and install curl as follows:apt-get updateapt-get install curlapt-get updatewget -qO- https://get.docker.com/ | sh
Set the current user as the docker u
In the previous part, " Run the ASPDOTNETCOREMVC program on Docker-part4: Load Balancing ", We have several more complex steps on the Docker platform to achieve the load balance of the website program, configuration steps are more. If the actual site is less, the overall architecture is relatively simple case, this does not have much problem, if the application of more time, will be prone to error. At this
Previous article Docker (iv): Docker Compose of the Three Musketeers introduces Docker Compose, this article we'll look at Docker machine.About Docker MachineDocker Machine is one of the official Docker orchestration (Orchestratio
[Docker discussion]docker not everything, and you don't have to deploy everything on Docker.When I read an article "running and upgrading a MySQL server in a docker container": https://intercityup.com/blog/running-upgrading-mysql-server-docker/After that, I don't think Docker
Docker is a LXC-based advanced container engine for PAAs vendors DotCloud open source, which is hosted on GitHub and is open source based on the go language development and compliance with the Apache 2.0 protocol. Docker provides a way to automate the deployment of software in a secure, repeatable environment, with the advent of a change in the way the cloud-based platform releases products. In order to bet
1. Docker command lineDocker is an interactive tutorial designed to help users master the use of Docker command lines in order to get a quick overview of Docker. But thanks to the rapid development of Docker technology, this interactive tutorial has been unable to meet the actual needs of
The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion;
products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the
content of the page makes you feel confusing, please write us an email, we will handle the problem
within 5 days after receiving your email.
If you find any instances of plagiarism from the community, please send an email to:
info-contact@alibabacloud.com
and provide relevant evidence. A staff member will contact you within 5 working days.