Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fixes x-pack/auditbeat path #516

Merged
merged 2 commits into from
Dec 19, 2018
Merged

Fixes x-pack/auditbeat path #516

merged 2 commits into from
Dec 19, 2018

Conversation

lcawl
Copy link
Contributor

@lcawl lcawl commented Dec 19, 2018

Related to #512

The Auditbeat Reference was failing with the following errors:

13:44:15 asciidoc: WARNING: host.asciidoc: line 8: include file not found: /home/docs/docs/.repos/.temp/nUU8NVjbpg/beats/x-pack/auditbeat/module/system/host/_meta/docs.asciidoc
13:44:15 asciidoc: WARNING: host.asciidoc: line 20: include file not found: /home/docs/docs/.repos/.temp/nUU8NVjbpg/beats/x-pack/auditbeat/module/system/host/_meta/data.json
13:44:15 asciidoc: WARNING: process.asciidoc: line 8: include file not found: /home/docs/docs/.repos/.temp/nUU8NVjbpg/beats/x-pack/auditbeat/module/system/process/_meta/docs.asciidoc
13:44:15 asciidoc: WARNING: process.asciidoc: line 20: include file not found: /home/docs/docs/.repos/.temp/nUU8NVjbpg/beats/x-pack/auditbeat/module/system/process/_meta/data.json
13:44:15 asciidoc: WARNING: socket.asciidoc: line 8: include file not found: /home/docs/docs/.repos/.temp/nUU8NVjbpg/beats/x-pack/auditbeat/module/system/socket/_meta/docs.asciidoc
13:44:15 asciidoc: WARNING: socket.asciidoc: line 20: include file not found: /home/docs/docs/.repos/.temp/nUU8NVjbpg/beats/x-pack/auditbeat/module/system/socket/_meta/data.json
13:44:15 asciidoc: WARNING: user.asciidoc: line 8: include file not found: /home/docs/docs/.repos/.temp/nUU8NVjbpg/beats/x-pack/auditbeat/module/system/user/_meta/docs.asciidoc
13:44:15 asciidoc: WARNING: user.asciidoc: line 20: include file not found: /home/docs/docs/.repos/.temp/nUU8NVjbpg/beats/x-pack/auditbeat/module/system/user/_meta/data.json

Those files exist under x-pack/auditbeat not x-pack/auditbeat/docs, so this PR updates the path in the conf.yaml and doc_build_aliases.sh appropriately.

@lcawl lcawl merged commit 418bcfd into elastic:master Dec 19, 2018
@lcawl lcawl deleted the auditbeat-xpack branch December 19, 2018 22:38
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant