Skip to content

Instantly share code, notes, and snippets.

View sergibondarenko's full-sized avatar
🎯
Adapting to the prevailing level of light to be able to see clearly

Sergii Bondarenko sergibondarenko

🎯
Adapting to the prevailing level of light to be able to see clearly
View GitHub Profile

Keybase proof

I hereby claim:

  • I am sergibondarenko on github.
  • I am srgbnd (https://keybase.io/srgbnd) on keybase.
  • I have a public key ASBEQAv7a_zKoJhns5HsY7dCEsMqYKUryKc5086R7fgBTwo

To claim this, I am signing this object:

HTML template
```
<li class="watcher-wizard-condition-dd">
<my-popover></my-popover>
```
JS code
```
module.exports = {
"metricbeat-6.2.4-2018.10.03": {
"mappings": {
"doc": {
"_meta": {
"version": "6.2.4"
},
"dynamic_templates": [
{
"fields": {
------------
| node A |
------------
# ======================== Elasticsearch Configuration =========================
#
# NOTE: Elasticsearch comes with reasonable defaults for most settings.
# Before you set out to tweak and tune the configuration, make sure you
# understand what are you trying to accomplish and the consequences.
#
{"j9ioa1do019k9HNw3CQeti24s":{"_":{"#":"j9ioa1do019k9HNw3CQeti24s",">":{"force":1509639329147,"speed":1509639329147}},"force":9,"speed":15},"j9ioa1doEVgQ6e0DQaiT":{"_":{"#":"j9ioa1doEVgQ6e0DQaiT",">":{"statistics":1509639329147}},"statistics":{"#":"j9ioa1do019k9HNw3CQeti24s"}},"park":{"_":{"#":"park",">":{"velociraptor":1509639424064,"trex":1509639424091,"dinos":1509639424098}},"velociraptor":{"#":"j9ioc2maFwCAooehzVm6"},"trex":{"#":"j9ioa1ec019k9KDMvlSZbLK3g"},"dinos":{"#":"j9ioa1ef02j4ifqQ0BXSr0zSf"}},"j9ioa1ed3spsSliQ01jP":{"_":{"#":"j9ioa1ed3spsSliQ01jP",">":{"force":1509639424091,"speed":1509639424091}},"force":25,"speed":5},"j9ioa1ec019k9KDMvlSZbLK3g":{"_":{"#":"j9ioa1ec019k9KDMvlSZbLK3g",">":{"statistics":1509639424091}},"statistics":{"#":"j9ioa1ed3spsSliQ01jP"}},"j9ioa1ef02j4ifqQ0BXSr0zSf":{"_":{"#":"j9ioa1ef02j4ifqQ0BXSr0zSf",">":{"j9ioa1doEVgQ6e0DQaiT":1509639329175,"j9ioa1ec019k9KDMvlSZbLK3g":1509639424098,"j9iobzpt6ppnqtLbCWJD":1509639420335.003,"j9ioc0parXrWWRHL7cR4":1509639421611.001,"j9ioc1ncoT
trex@beast-cave:~/dev/kibi/kibana$ npm start
> kibana@5.5.2 start /home/trex/dev/kibi/kibana
> sh ./bin/kibana --dev
watching for changes (476 files)
log [13:19:40.562] [info][listening] basePath Proxy running at https://0.0.0.0:5601/ayl
restarting server due to changes in "plugins/sentinl/package.json"
restarting server due to changes in "plugins/sentinl/README.md"
restarting server due to changes in
{"person/alice":{"_":{"#":"person/alice",">":{"name":1505750977100,"age":1505750977100,"spouse":1505750977133.001,"employer":1505750977141.002}},"name":"alice","age":22,"spouse":{"#":"person/bob"},"employer":{"#":"startup/hype"}},"person/bob":{"_":{"#":"person/bob",">":{"name":1505750977105,"age":1505750977105,"spouse":1505750977136,"employer":1505750977138}},"name":"bob","age":24,"spouse":{"#":"person/alice"},"employer":{"#":"startup/hype"}},"person/carl":{"_":{"#":"person/carl",">":{"name":1505750977106,"age":1505750977106,"dad":1505750977145,"friends":1505750977146.002}},"name":"carl","age":16,"dad":{"#":"person/dave"},"friends":{"#":"j7qd95rt06bt9JcuJKD3PKD9i"}},"person/dave":{"_":{"#":"person/dave",">":{"name":1505750977106.002,"age":1505750977106.002,"kids":1505750977143.002}},"name":"dave","age":42,"kids":{"#":"j7qd95rsvLpjdJ79JMWL"}},"people":{"_":{"#":"people",">":{"person/alice":1505750977113,"person/bob":1505750977115,"person/carl":1505750977115.003,"person/dave":1505750977116.002}},"person/alice":
const Gun = require('gun');
const gun = Gun('http://localhost:8080/gun');
const alice = gun.get('person/alice').put({name: 'alice', age: 22});
const bob = gun.get('person/bob').put({name: 'bob', age: 24});
const carl = gun.get('person/carl').put({name: 'carl', age: 16});
const dave = gun.get('person/dave').put({name: 'dave', age: 42});
alice.on(function(node){
{
"_id":"59aa8644fe3b91343ac01c6c",
"in_my_best2015":false,
"id":55866571,
"type":"Coub::Simple",
"permalink":"wt9vt",
"title":"It was at this moment that he knew",
"visibility_type":"public",
"original_visibility_type":"public",
import app from '../app';
var injectParams = ['$scope', '$state', 'authService','$rootScope','$uibModal', 'userProfile'];
var LoginController = function ($scope,$state, authService, $rootScope, $uibModal, userProfile) {
var path = '/';
...
...
...