Skip to content

Commit

Permalink
Update GitHub organization
Browse files Browse the repository at this point in the history
  • Loading branch information
Jochen Schalanda committed Apr 13, 2017
1 parent f50057f commit 8c197e4
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 8 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Expand Up @@ -26,4 +26,4 @@ deploy:
on:
tags: true
jdk: oraclejdk8
repo: Graylog2/graylog-plugin-internal-logs
repo: graylog-labs/graylog-plugin-internal-logs
10 changes: 6 additions & 4 deletions README.md
@@ -1,8 +1,10 @@
# Internal Logs Input Plugin for Graylog

[![Build Status](https://travis-ci.org/Graylog2/graylog-plugin-internal-logs.svg?branch=master)](https://travis-ci.org/Graylog2/graylog-plugin-internal-logs)
[![Github Downloads](https://img.shields.io/github/downloads/graylog-labs/graylog-plugin-internal-logs/total.svg)](https://github.com/graylog-labs/graylog-plugin-internal-logs/releases)
[![GitHub Release](https://img.shields.io/github/release/graylog-labs/graylog-plugin-internal-logs.svg)](https://github.com/graylog-labs/graylog-plugin-internal-logs/releases)
[![Build Status](https://travis-ci.org/graylog-labs/graylog-plugin-internal-logs.svg?branch=master)](https://travis-ci.org/graylog-labs/graylog-plugin-internal-logs)

**Required Graylog version:** 2.1.0 and later
**Required Graylog version:** 2.2.0 and later

This plugin provides an input for recording Graylog's internal log messages in Graylog itself in an efficient way.

Expand All @@ -14,7 +16,7 @@ Since this input is only started after Graylog has been initialized, it will cur

## Installation

[Download the plugin](https://github.com/Graylog2/graylog-plugin-internal-logs/releases) and place the JAR file in your Graylog plugin directory.
[Download the plugin](https://github.com/graylog-labs/graylog-plugin-internal-logs/releases) and place the JAR file in your Graylog plugin directory.
By default the plugin directory is the `plugins/` directory relative to your Graylog installation directory and can be configured in your `graylog.conf` file.

Restart Graylog and you are done.
Expand Down Expand Up @@ -45,7 +47,7 @@ Travis CI will build the release artifacts and upload to GitHub automatically.

## License

Copyright (c) 2016 Graylog, Inc.
Copyright (c) 2016-2017 Graylog, Inc.

This library is licensed under the GNU General Public License, Version 3.0.

Expand Down
6 changes: 3 additions & 3 deletions pom.xml
Expand Up @@ -24,9 +24,9 @@
</organization>

<scm>
<connection>scm:git:git@github.com:Graylog2/graylog-plugin-internal-logs.git</connection>
<developerConnection>scm:git:git@github.com:Graylog2/graylog-plugin-internal-logs.git</developerConnection>
<url>https://github.com/Graylog2/graylog-plugin-internal-logs</url>
<connection>scm:git:git@github.com:graylog-labs/graylog-plugin-internal-logs.git</connection>
<developerConnection>scm:git:git@github.com:graylog-labs/graylog-plugin-internal-logs.git</developerConnection>
<url>https://github.com/graylog-labs/graylog-plugin-internal-logs</url>
<tag>HEAD</tag>
</scm>

Expand Down

0 comments on commit 8c197e4

Please sign in to comment.