Nix

Results 4 comments of Nix

@siliconberry , using the following mapping request (include_type_name is important) make it work: ``` PUT _template/execbeat?include_type_name=true { "mappings": { "doc": { "properties": { "beat": { "properties": { "hostname": { "type":...

> npm i [email protected] [email protected] --save-exact Hi @tnicola , FYI this worked for me even though I am working on Angular 5.

@sou-s and @tnicola Hi, depending on your needs, it may help some of us. I needed to edit during the tour so I just added this: ``` this.joyrideService.startTour(... ).subscribe( (step)...