[
https://issues.apache.org/jira/browse/METRON-1652?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16531321#comment-16531321
]
ASF GitHub Bot commented on METRON-1652:
----------------------------------------
GitHub user nickwallen opened a pull request:
https://github.com/apache/metron/pull/1092
METRON-1652 Document X-Pack Common Problem
1. Added numbering to the X-Pack instructions to make them read easier.
This is contained in the first commit.
1. Added a "Common Problems" section and description of a problem that
users might run into. This is contained in the second commit.
## Pull Request Checklist
- [ ] Is there a JIRA ticket associated with this PR? If not one needs to
be created at [Metron
Jira](https://issues.apache.org/jira/browse/METRON/?selectedTab=com.atlassian.jira.jira-projects-plugin:summary-panel).
- [ ] Does your PR title start with METRON-XXXX where XXXX is the JIRA
number you are trying to resolve? Pay particular attention to the hyphen "-"
character.
- [ ] Has your PR been rebased against the latest commit within the target
branch (typically master)?
- [ ] Have you ensured that format looks appropriate for the output in
which it is rendered by building and verifying the site-book? If not then run
the following commands and the verify changes via
`site-book/target/site/index.html`:
```
cd site-book
mvn site
```
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/nickwallen/metron METRON-1652
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/metron/pull/1092.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #1092
----
commit e3443dc1bf951dff13bb6d3b0ab6cfb9e334a35a
Author: Nick Allen <nick@...>
Date: 2018-07-03T12:43:17Z
Numbered the X-pack instructions to make them easier to follow
commit 1523765ae79f8aefac704fb643a8812b36c4ea73
Author: Nick Allen <nick@...>
Date: 2018-07-03T12:50:49Z
Added description of common problem to the X-Pack documentation.
----
> Document X-Pack Common Problem
> ------------------------------
>
> Key: METRON-1652
> URL: https://issues.apache.org/jira/browse/METRON-1652
> Project: Metron
> Issue Type: Improvement
> Reporter: Nick Allen
> Assignee: Nick Allen
> Priority: Minor
>
> Improvements to the Elasticsearch X-Pack documentation to document a common
> problem.
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)