-
Notifications
You must be signed in to change notification settings - Fork 4.9k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add 'winlogbeat/' from commit 'e6d58ce3532ae92f0d0b836c65ddc0ffdf2db85e'
- Loading branch information
Showing
209 changed files
with
40,167 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
# See: http://editorconfig.org | ||
root = true | ||
|
||
[*] | ||
charset = utf-8 | ||
end_of_line = lf | ||
insert_final_newline = true | ||
trim_trailing_whitespace = true | ||
|
||
# Tab indentation (no size specified) | ||
[Makefile] | ||
indent_style = tab | ||
|
||
# Matches the exact files either package.json or .travis.yml | ||
[*.yml] | ||
indent_style = space | ||
indent_size = 2 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
CHANGELOG.md merge=union |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,46 @@ | ||
# Compiled Object files, Static and Dynamic libs (Shared Objects) | ||
winlogbeat | ||
*.o | ||
*.a | ||
*.so | ||
*.swp | ||
*.swo | ||
*.pyc | ||
|
||
# Folders | ||
_obj | ||
_test | ||
coverage | ||
|
||
# Architecture specific extensions/prefixes | ||
*.[568vq] | ||
[568vq].out | ||
|
||
*.cgo1.go | ||
*.cgo2.c | ||
_cgo_defun.c | ||
_cgo_gotypes.go | ||
_cgo_export.* | ||
|
||
_testmain.go | ||
|
||
*.exe | ||
*.test | ||
*.prof | ||
*.out | ||
*.log | ||
*.bak | ||
*.winlogbeat.yaml | ||
etc/*.dev.yml | ||
|
||
cover/ | ||
/tests/system/env/ | ||
/tests/system/run/ | ||
/tests/system/last_run | ||
profile.cov | ||
.idea | ||
.DS_Store | ||
/docs/html_docs | ||
.vagrant | ||
|
||
build/ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,26 @@ | ||
sudo: false | ||
|
||
language: go | ||
go: | ||
- 1.5.1 | ||
|
||
addons: | ||
apt: | ||
packages: | ||
- python-virtualenv | ||
|
||
before_install: | ||
# This is needed so the package path uses elastic/winlogbeat as its path. | ||
- mkdir -p $HOME/gopath/src/github.com/elastic/winlogbeat | ||
- rsync -az ${TRAVIS_BUILD_DIR}/ $HOME/gopath/src/github.com/elastic/winlogbeat/ | ||
- export TRAVIS_BUILD_DIR=$HOME/gopath/src/github.com/elastic/winlogbeat | ||
- cd $HOME/gopath/src/github.com/elastic/winlogbeat | ||
|
||
install: | ||
- make deps | ||
|
||
script: | ||
- make check | ||
- make winlogbeat | ||
- make testsuite | ||
- make crosscompile |
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
109 changes: 109 additions & 0 deletions
109
winlogbeat/Godeps/_workspace/src/github.com/andrewkroh/sys/windows/svc/eventlog/install.go
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
99 changes: 99 additions & 0 deletions
99
winlogbeat/Godeps/_workspace/src/github.com/andrewkroh/sys/windows/svc/eventlog/log.go
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Oops, something went wrong.