Jian-Min-Huang / tech-note

2 stars 0 forks source link

The Art of Logs #40

Open Jian-Min-Huang opened 4 years ago

Jian-Min-Huang commented 4 years ago

Uniform format

logstash filter

filter {
    json {
        source => "message"
    }
}

Process

Analysis and Generate Report on Storage

References