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
| resource "aws_lb_listener" "monitoring" { | |
| load_balancer_arn = "${aws_lb.monitoring.arn}" | |
| port = "${var.alb_listener_port}" | |
| protocol = "HTTPS" | |
| certificate_arn = "${aws_iam_server_certificate.cert.arn}" | |
| default_action { | |
| type = "fixed-response" | |
| fixed_response { |
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
| FROM library/java:8-jre | |
| ENV NODE_VERSION 4.2.0 | |
| ENV NVM_DIR /usr/local/nvm | |
| ENV DISPLAY :10 | |
| ENV DEBIAN_FRONTEND noninteractive | |
| # Replace shell with bash so we can source files | |
| RUN rm /bin/sh && ln -s /bin/bash /bin/sh |
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
| /* | |
| npm install ws | |
| node demo-websocket-client.js | |
| ( ---> curl 'localhost:9200/myindex/_search') | |
| Ctrl-C | |
| */ | |
| var WebSocket = require('ws') |
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
| morphlines : [ | |
| { | |
| # Name used to identify a morphline. E.g. used if there are multiple | |
| # morphlines in a morphline config file | |
| id : morphline1 | |
| # Import all morphline commands in these java packages and their | |
| # subpackages. Other commands that may be present on the classpath are | |
| # not visible to this morphline. | |
| importCommands : ["com.cloudera.**", "org.apache.solr.**", "org.kitesdk.**"] |
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
| CONNECTION = Fog::Storage.new({ | |
| :provider => 'AWS', | |
| :aws_access_key_id => S3_STREAMING_BUCKET[:key], | |
| :aws_secret_access_key => S3_STREAMING_BUCKET[:secret], | |
| :region => S3_STREAMING_BUCKET[:region] | |
| }) | |
| S3 = CONNECTION.directories.get(S3_STREAMING_BUCKET[:bucket]) | |
| S3.files.each do |file| |
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
| <!DOCTYPE html> | |
| <meta charset="utf-8"> | |
| <link rel="stylesheet" href="http://cmx.io/v/0.1/cmx.css"/> | |
| <script src="http://cmx.io/v/0.1/cmx.js"></script> | |
| <body> | |
| <scene id="scene1"> | |
| <label t="translate(0,346)"> | |
| <tspan x="0" y="0em">Comix Sample</tspan> | |
| </label> | |
| <actor t="translate(131,49)" pose="-11,9|-5,117|-11,99|-11,89|-11,79|-11,59|-16,34|-21,9|-6,34|-1,9|-18,79|-18,59|-6,79|-1,59"> |