JC Ferrer
JC Ferrer
Adding flattened properties as additional fields in the GELF structure, is certainly a very nice feature which allows this properties to be "searchable" in the Graylog GUI. Basically all of...
Line in the script: matching_docs = es.mget(index="stocks", doc_type="doc", body={"ids": array_of_ids}) should change to: matching_docs = es.mget(index="stocks", doc_type="_doc", body={"ids": array_of_ids}) doc_type shoud be _doc instead of doc, otherwise the matching_docs return...
On a db.get with an invalid doc Id, the error returned is not properly formatted. ``` couch.db.get(id, { revs_info: true }, function(err, body) { if (err) { debug(err); ...... .........
Scott, As I am going through migrating from the a127 to the swagger-node new framework, I ran into the issue of trying to use the global replacement capability using the...