Adding logging tag and aligning tags
This commit is contained in:
parent
6b15ed7807
commit
6ac69c7b83
|
@ -2,7 +2,7 @@
|
||||||
|
|
||||||
Pull Requests from our design, development and operations teams of [Haufe.Group](http://www.haufe-lexware.com) and its subsidiaries are greatly appreciated. If you've never contributed to an open source project before we are more than happy to walk you through how to create a pull request.
|
Pull Requests from our design, development and operations teams of [Haufe.Group](http://www.haufe-lexware.com) and its subsidiaries are greatly appreciated. If you've never contributed to an open source project before we are more than happy to walk you through how to create a pull request.
|
||||||
|
|
||||||
Support for Categories and Tags were inspired by [this blog entry](http://www.minddust.com/post/tags-and-categories-on-github-pages/). A list of the defined categories and tags can be found at `_data/categories.yml` and `_data\tags.yml` respectively. If you want to add new categories or tags, you need to add them to the corresponding `.yml` file and add the matching template into the `meta/category` or `meta/tag` directories.
|
Support for Categories and Tags were inspired by [this blog entry](http://www.minddust.com/post/tags-and-categories-on-github-pages/). A list of the defined categories and tags can be found at `_data/categories.yml` and `_data\tags.yml` respectively. If you want to add new categories or tags, you need to add them to the corresponding `.yml` file and add the matching template into the `meta/category` or `meta/tag` directories. Please do not go overboard with adding new categories and tags but try to stay within the ones we have. On the other hand - if you feel strongly about adding one, feel free to submit a pull request.
|
||||||
|
|
||||||
If you want to find out more about using `github-pages` for blogging or want to improve our blog the following links might be good starting points
|
If you want to find out more about using `github-pages` for blogging or want to improve our blog the following links might be good starting points
|
||||||
* [Jekyll documentation, i.e. how to include images](http://jekyllrb.com/docs/posts/)
|
* [Jekyll documentation, i.e. how to include images](http://jekyllrb.com/docs/posts/)
|
||||||
|
|
|
@ -33,3 +33,6 @@
|
||||||
|
|
||||||
- slug: smartsteuer
|
- slug: smartsteuer
|
||||||
name: Smartsteuer
|
name: Smartsteuer
|
||||||
|
|
||||||
|
- slug: logging
|
||||||
|
name: Logging
|
|
@ -4,7 +4,7 @@ title: Log aggregation
|
||||||
subtite: A short introduction
|
subtite: A short introduction
|
||||||
description: Introduction to log aggregation using Fluentd, Elasticsearch and Kibana
|
description: Introduction to log aggregation using Fluentd, Elasticsearch and Kibana
|
||||||
category: howto
|
category: howto
|
||||||
tags: [fluentd, log, ELK, EFK]
|
tags: [devops, docker, logging]
|
||||||
author: Doru Mihai
|
author: Doru Mihai
|
||||||
author_email: doru.mihai@haufe-lexware.com
|
author_email: doru.mihai@haufe-lexware.com
|
||||||
---
|
---
|
||||||
|
|
|
@ -1,10 +1,10 @@
|
||||||
---
|
---
|
||||||
layout: post
|
layout: post
|
||||||
title: Fluentd log parsing
|
title: Howto - Fluentd Log Parsing
|
||||||
subtite: Approaches to log parsing
|
subtite: Approaches to log parsing
|
||||||
description: Description of a couple of approaches to designing your fluentd configuration.
|
description: Description of a couple of approaches to designing your fluentd configuration.
|
||||||
category: howto
|
category: howto
|
||||||
tags: [fluentd, logs]
|
tags: [devops, logging]
|
||||||
author: Doru Mihai
|
author: Doru Mihai
|
||||||
author_email: doru.mihai@haufe-lexware.com
|
author_email: doru.mihai@haufe-lexware.com
|
||||||
---
|
---
|
||||||
|
|
6
meta/tag/logging.md
Normal file
6
meta/tag/logging.md
Normal file
|
@ -0,0 +1,6 @@
|
||||||
|
---
|
||||||
|
layout: post_by_tag
|
||||||
|
title: Logging
|
||||||
|
tag: logging
|
||||||
|
permalink: /meta/tag/logging/
|
||||||
|
---
|
Loading…
Reference in a new issue