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
{ | |
"size": 1, | |
"query": { | |
"query_string": { | |
"query": "Events.Event:big" | |
} | |
}, | |
"highlight": { | |
"pre_tags": [ | |
"<tag1>" |
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
#!/bin/bash | |
if [ -z $1 ] ; then | |
echo "Please enter hostname" | |
exit | |
fi | |
hostname=$1 | |
for index in events ; do |
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
{ | |
"facets": { | |
"map": { | |
"terms": { | |
"field": "Events.Entities.Country.entity", | |
"size": 100, | |
"exclude": [] | |
}, | |
"facet_filter": { | |
"fquery": { |
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
{ | |
"query": { | |
"filtered": { | |
"query": { | |
"bool": { | |
"should": [ | |
{ | |
"query_string": { | |
"query": "Events.Event:gujarat" | |
} |
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
{ | |
"facets": { | |
"0": { | |
"date_histogram": { | |
"field": "TimeStamp", | |
"interval": "1d" | |
}, | |
"facet_filter": { | |
"fquery": { | |
"query": { |
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
{'salutation': None, 'body': 'in the heart of dispair , i will be one with him\n\n<div dir="[quote]">in the heart of dispair , i will be one with him<br></div>', 'reply_text': None, 'signature': None} | |
['heart', 'one', ',', 'dispair'] | |
----------------------------------------------------------- | |
{'salutation': None, 'body': 'in the heart of dispair , i will be one with him\n\n<div dir=3D"[quote]"><span style=3D"[quote]">in the heart of dispa=\nir , i will be one with him</span></div>', 'reply_text': None, 'signature': None} | |
['heart', 'ir', ',', 'one', 'dispa=', 'dispair'] | |
----------------------------------------------------------- | |
{'salutation': None, 'body': 'thenga maanga pacha kaaya\n\n<div dir="[quote]">thenga maanga pacha kaaya<br></div>', 'reply_text': None, 'signature': None} | |
['maanga', 'kaaya', 'pacha', 'thenga'] | |
----------------------------------------------------------- | |
{'salutation': None, 'body': 'pacha kaaya kapalandi\n\n<div dir=3D"[quote]"><span style=3D"[quote]"><span class=3D"[quote]">=A0<=\n/sp |
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 ERR! Error: failed to fetch from registry: nodemailer | |
npm ERR! at /usr/share/npm/lib/utils/npm-registry-client/get.js:139:12 | |
npm ERR! at cb (/usr/share/npm/lib/utils/npm-registry-client/request.js:31:9) | |
npm ERR! at Request._callback (/usr/share/npm/lib/utils/npm-registry-client/request.js:136:18) | |
npm ERR! at Request.callback (/usr/lib/nodejs/request/main.js:119:22) | |
npm ERR! at Request.<anonymous> (/usr/lib/nodejs/request/main.js:212:58) | |
npm ERR! at Request.emit (events.js:88:20) | |
npm ERR! at ClientRequest.<anonymous> (/usr/lib/nodejs/request/main.js:209:10) | |
npm ERR! at ClientRequest.emit (events.js:67:17) | |
npm ERR! at CleartextStream.<anonymous> (http.js:1210:13) |
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 ERR! Error: No compatible version found: grunt-contrib-sass@'>=0.3.0- <0.4.0-' | |
npm ERR! Valid install targets: | |
npm ERR! ["0.1.0","0.1.1","0.1.2","0.1.3"] | |
npm ERR! at installTargetsError (/usr/share/npm/lib/cache.js:488:10) | |
npm ERR! at next_ (/usr/share/npm/lib/cache.js:438:17) | |
npm ERR! at next (/usr/share/npm/lib/cache.js:415:44) | |
npm ERR! at /usr/share/npm/lib/cache.js:408:5 | |
npm ERR! at saved (/usr/share/npm/lib/utils/npm-registry-client/get.js:147:7) | |
npm ERR! at Object.oncomplete (/usr/lib/nodejs/graceful-fs.js:230:7) | |
npm ERR! You may report this log at: |
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
{ | |
"Types": { | |
"EventCount": { | |
"GeneralEvent": 2 | |
}, | |
"Events": [ | |
{ | |
"GeneralEvent": { | |
"count": 2, | |
"events": [ |
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
* Global | |
- Better loading if the results are present in background | |
* Geo tab | |
* Options | |
- Overflow | |
- Larger fonts so that icons can be shown properly | |
- Heirachy shown properly | |
- Bettwen colour for selection | |
- No icons for news selection | |
- Source selection by default collapsed |