Adding logging tag and aligning tags

This commit is contained in:
Holger Reinhardt 2016-01-13 14:20:15 +01:00
parent 6b15ed7807
commit 6ac69c7b83
5 changed files with 14 additions and 5 deletions

View File

@ -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.
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
* [Jekyll documentation, i.e. how to include images](http://jekyllrb.com/docs/posts/)

View File

@ -32,4 +32,7 @@
name: Customer Development
- slug: smartsteuer
name: Smartsteuer
name: Smartsteuer
- slug: logging
name: Logging

View File

@ -4,7 +4,7 @@ title: Log aggregation
subtite: A short introduction
description: Introduction to log aggregation using Fluentd, Elasticsearch and Kibana
category: howto
tags: [fluentd, log, ELK, EFK]
tags: [devops, docker, logging]
author: Doru Mihai
author_email: doru.mihai@haufe-lexware.com
---

View File

@ -1,10 +1,10 @@
---
layout: post
title: Fluentd log parsing
title: Howto - Fluentd Log Parsing
subtite: Approaches to log parsing
description: Description of a couple of approaches to designing your fluentd configuration.
category: howto
tags: [fluentd, logs]
tags: [devops, logging]
author: Doru Mihai
author_email: doru.mihai@haufe-lexware.com
---

6
meta/tag/logging.md Normal file
View File

@ -0,0 +1,6 @@
---
layout: post_by_tag
title: Logging
tag: logging
permalink: /meta/tag/logging/
---