From 6ac69c7b8391f6939b640f34c8f6c69fbe4b61a7 Mon Sep 17 00:00:00 2001 From: Holger Reinhardt Date: Wed, 13 Jan 2016 14:20:15 +0100 Subject: [PATCH] Adding logging tag and aligning tags --- README.md | 2 +- _data/tags.yml | 5 ++++- _posts/2016-01-11-log-aggregation.md | 2 +- _posts/2016-01-18-fluentd-log-parsing.md | 4 ++-- meta/tag/logging.md | 6 ++++++ 5 files changed, 14 insertions(+), 5 deletions(-) create mode 100644 meta/tag/logging.md diff --git a/README.md b/README.md index 51a623d..566b8bb 100644 --- a/README.md +++ b/README.md @@ -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/) diff --git a/_data/tags.yml b/_data/tags.yml index 8244207..c18109b 100644 --- a/_data/tags.yml +++ b/_data/tags.yml @@ -32,4 +32,7 @@ name: Customer Development - slug: smartsteuer - name: Smartsteuer \ No newline at end of file + name: Smartsteuer + +- slug: logging + name: Logging \ No newline at end of file diff --git a/_posts/2016-01-11-log-aggregation.md b/_posts/2016-01-11-log-aggregation.md index b174059..854add3 100644 --- a/_posts/2016-01-11-log-aggregation.md +++ b/_posts/2016-01-11-log-aggregation.md @@ -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 --- diff --git a/_posts/2016-01-18-fluentd-log-parsing.md b/_posts/2016-01-18-fluentd-log-parsing.md index 34ed907..f7dc773 100644 --- a/_posts/2016-01-18-fluentd-log-parsing.md +++ b/_posts/2016-01-18-fluentd-log-parsing.md @@ -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 --- diff --git a/meta/tag/logging.md b/meta/tag/logging.md new file mode 100644 index 0000000..153f12b --- /dev/null +++ b/meta/tag/logging.md @@ -0,0 +1,6 @@ +--- +layout: post_by_tag +title: Logging +tag: logging +permalink: /meta/tag/logging/ +--- \ No newline at end of file