All Projects → fluent → fluentd-docs

fluent / fluentd-docs

Licence: other
This repository is deprecated. Go to fluentd-docs-gitbook repository.

Programming Languages

ruby
36898 projects - #4 most used programming language
CSS
56736 projects
javascript
184084 projects - #8 most used programming language
HTML
75241 projects
shell
77523 projects

Projects that are alternatives of or similar to fluentd-docs

fluent-plugin-ec2-metadata
Fluentd output plugin to add Amazon EC2 metadata into messages
Stars: ✭ 43 (-12.24%)
Mutual labels:  fluentd
react-router-v4-CN
React Router V4 中文文档
Stars: ✭ 806 (+1544.9%)
Mutual labels:  document
fluent-plugin-gcs
Google Cloud Storage output plugin for Fluentd.
Stars: ✭ 39 (-20.41%)
Mutual labels:  fluentd
DocuNet
Code and dataset for the IJCAI 2021 paper "Document-level Relation Extraction as Semantic Segmentation".
Stars: ✭ 84 (+71.43%)
Mutual labels:  document
elasticsearch-doc
elasticsearch中文文档——基于7.11
Stars: ✭ 96 (+95.92%)
Mutual labels:  document
scanbot-sdk-example-ios
No description or website provided.
Stars: ✭ 17 (-65.31%)
Mutual labels:  document
fluent-plugin-grok-parser
Fluentd's Grok parser
Stars: ✭ 100 (+104.08%)
Mutual labels:  fluentd
datadog-anomaly-detector
🐶 Anomaly detection system for Datadog multiple metrics
Stars: ✭ 19 (-61.22%)
Mutual labels:  fluentd
fluent-plugin-anonymizer
Fluentd filter output plugin to anonymize records with MD5/SHA1/SHA256/SHA384/SHA512 algorithms. This data masking plugin protects privacy data such as ID, email, phone number, IPv4/IPv6 address and so on.
Stars: ✭ 52 (+6.12%)
Mutual labels:  fluentd
rabbitmq-persian
rabbitmq به زبان ساده
Stars: ✭ 19 (-61.22%)
Mutual labels:  document
Laravel-FluentLogger
fluent logger for laravel (with Monolog handler for Fluentd)
Stars: ✭ 55 (+12.24%)
Mutual labels:  fluentd
fluent-plugin-irc
No description or website provided.
Stars: ✭ 16 (-67.35%)
Mutual labels:  fluentd
soldoc
A solidity documentation generator, based in NatSpec format. 📃 with standalone HTML, pdf, gitbook and docsify output ✏️ just plug and play.
Stars: ✭ 54 (+10.2%)
Mutual labels:  document
android-oss-best-practices
Best practices on creating Android OSS library projects [JA]
Stars: ✭ 32 (-34.69%)
Mutual labels:  document
aspose-words-cloud-node
Node.Js library for communicating with the Aspose.Words Cloud API
Stars: ✭ 20 (-59.18%)
Mutual labels:  document
prototype
📖Prototype Document
Stars: ✭ 45 (-8.16%)
Mutual labels:  document
dawn-api
A RESTful API package
Stars: ✭ 25 (-48.98%)
Mutual labels:  document
prometheus-labs
Example Docker Cluster for "Full Stack Monitoring and Notification with Prometheus and Grafana"
Stars: ✭ 38 (-22.45%)
Mutual labels:  fluentd
fluent-forward-go
A high-performance Go client for Fluentd and Fluent Bit
Stars: ✭ 26 (-46.94%)
Mutual labels:  fluentd
dns-collector
Aggregator, analyzer, transporter and logging for your DNS logs
Stars: ✭ 58 (+18.37%)
Mutual labels:  fluentd

Fluentd Docs App

Important Warnings

THE OFFICIAL DOCUMENTATION FOR FLUENTD HAS BEEN MOVED TO GITBOOK

This repository is kept as a historical archive. If you find something wrong on https://docs.fluentd.org, please submit issues or PRs to the new GitBook repository.

https://github.com/fluent/fluentd-docs-gitbook

Overview

Ultrasimple CMS and content for Fluentd documentation. The production site is here.

If you'd like to propose an edit to the Fluentd docs, please fork this repo and send us a pull request.

Note that we require each commit to be signed off by the author as policy. Thus, when writing a patch, please sign your commit using the -s option.

# Append `--amend` to sign the previous commit
$ git commit -s

Install

$ gem install bundler
$ bundle install --path vendor/bundle
$ bundle exec rake server
$ open "http://localhost:9395/"

Test

$ bundle exec rake test

Build Search Index

$ heroku run rake index

Deploy

We deploy fluentd-docs by Circle-CI automatically. If you want to deploy it manually, run following command.

$ git push heroku master

NOTE

When you have updated an article, please update config/last_updated.json too.

$ bundle exec rake last_updated
$ git add config/last_updated.json

Contributing docs for v1

v1 docs are under docs/v1. Currently, most articles are symlinked to the corresponding file in docs/.

  • If you are updating an exiting article. Just replace the symlink with an actual article.
  • If you are adding a new article, just add it under docs/v1.

Once v1 is released, this process will be updated.

INCLUDE pragma

You can use the "INCLUDE pragma" to avoid copy-and-pasting the same content or updates on multiple pages.

The syntax is as follows:

INCLUDE: <filename without extension>

... the rest of the document.

Please remember to include a blank line between "INCLUDE..." and the rest of the document. The docs app will search for <filename>.txt in the docs directory and insert its contents into the current document.

For example, if you write

INCLUDE: _buffer_parameters

... the rest of the document.

then the docs app will insert the contents of _buffer_parameters.txt into the current document.

Acknowledgement

This program is forked from heroku/heroku-docs, and originally written by @rtomayko and @adamwiggins. Later, modified by @kzk and @doryokujin.

Code is released under the MIT License: http://www.opensource.org/licenses/mit-license.php

All rights reserved on the content (text files in the docs subdirectory), although you're welcome to modify these for the purpose of suggesting edits.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].