Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/seungyongshim/lsbeat-installer
https://github.com/seungyongshim/lsbeat-installer
github-actions github-ci
Last synced: 15 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/seungyongshim/lsbeat-installer
- Owner: seungyongshim
- License: apache-2.0
- Created: 2020-04-22T04:42:19.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2022-12-08T10:14:05.000Z (about 2 years ago)
- Last Synced: 2024-04-28T03:51:44.185Z (8 months ago)
- Topics: github-actions, github-ci
- Language: C#
- Size: 162 KB
- Stars: 0
- Watchers: 0
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Welcome to the Elastic Stack Installers!
This repository contains [ElastiBuild](https://github.com/elastic/elastic-stack-installers/wiki/ElastiBuild) and [Beat Package Compiler](https://github.com/elastic/elastic-stack-installers/wiki/Beat-Package-Compiler). See [Wiki](https://github.com/elastic/elastic-stack-installers/wiki) for more information.
## Reporting Problems
To report any problems encountered during installation, or to request features, please open an [issue on GitHub](https://github.com/elastic/elastic-stack-installers/issues) and attach the MSI installation log if applicable.For other questions of comments pleas refer to [Elastic Forums](https://discuss.elastic.co/tags/windows-installer). Please *tag* your question with `windows-installer` (singlular).
## Capturing Logs:
```
msiexec /i "" /l!*vx ""
```Please *attach* log file to the issue you create and provide as much information about your environment as you can.
For other general questions and comments, please use the [Elastic discussion forum](https://discuss.elastic.co/).
### Building From Source
See [ElastiBuild](https://github.com/elastic/elastic-stack-installers/wiki/ElastiBuild)
---
**NOTE**: *Building from source should only be done for development purposes. Only the officially distributed and signed Elastic Stack Installers should be used in production. Using unofficial Elastic Stack Installers is not supported.*
---