Below you can see the full work example for logstash.conf file
There are grok patterns for:
Nginx:
* access.log
* error.log
Tomcat:
* site.log
* localhost.log
- site_access_log.txt
Below you can see the full work example for logstash.conf file
There are grok patterns for:
Nginx:
* access.log
* error.log
Tomcat:
* site.log
* localhost.log
golang.org rate limiter:
rl := rate.NewLimiter(1000000, 1)
last := time.Now()
for i := 0; i < 10; i++ {
rl.Wait(context.Background())
cur := time.Now()
fmt.Println("last", cur.Sub(last))
last = cur| File | Purpose |
|---|---|
/etc/compose/docker-compose.yml |
Compose file describing what to deploy |
/etc/systemd/system/docker-compose.service |
Service unit to start and manage docker compose |
/etc/systemd/system/docker-compose-reload.service |
Executing unit to trigger reload on docker-compose.service |
/etc/systemd/system/docker-compose-reload.timer |
Timer unit to plan the reloads |
| vi /etc/environment | |
| add these lines... | |
| LANG=en_US.utf-8 | |
| LC_ALL=en_US.utf-8 |
| I use the first | |
| —– BEGIN LICENSE —– | |
| Michael Barnes | |
| Single User License | |
| EA7E-821385 | |
| 8A353C41 872A0D5C DF9B2950 AFF6F667 | |
| C458EA6D 8EA3C286 98D1D650 131A97AB | |
| AA919AEC EF20E143 B361B1E7 4C8B7F04 |
| 001nlp.com | |
| 111cn.net | |
| 151.com.tw | |
| 15meili.com | |
| 258369.cn | |
| 2845.com | |
| 28im.com | |
| 360doc.com | |
| 3v4.net | |
| 4byte.cn |
| yum -y install texlive texlive-latex texlive-xetex | |
| yum -y install texlive-collection-latex | |
| yum -y install texlive-collection-latexrecommended | |
| yum -y install texlive-xetex-def | |
| yum -y install texlive-collection-xetex | |
| Only if needed: | |
| yum -y install texlive-collection-latexextra |