This file contains hidden or 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
# | |
# Launches configured Graylog 2.3.1 instance | |
# | |
# - Docker-compose 1.16 required | |
# - Please configure following according to your network: | |
# * gelf-address URL (for each container) | |
# * GRAYLOG_WEB_ENDPOINT_URI | |
# - After launch define GELF tcp and GELF udp inputs in graylog web ui | |
# - Containers send logging to the graylog itself | |
# - By default tuned to 30 days retention |
This file contains hidden or 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
Abstract: | |
Hooks existing preferences/about/quit functionality from an existing Java app into handlers for the Mac OS X application menu. | |
Tailored to provide compatibility with the Java 9 EA releases so that the app may be built on other platforms. Note that there | |
is no compatibility with Java 8, though all that is required is to change java.awt.desktop -> com.apple.eawt in all handler methods | |
This work was inspired by an OSX compatibility layer provided by Apple that used a different API. This is an otherwise original | |
contribution and is a reimplementation using newer interface methods. | |
Usage: |