Auto-tools/Projects/OrangeFactor/ElasticSearch

< Auto-tools‎ | Projects‎ | OrangeFactor
Revision as of 01:19, 23 December 2010 by Jgriffin (talk | contribs) (Created page with "The data for bugs and logs is stored in ElasticSearch. == Bug Data == Data for a single occurrence of a bug looks like this: _source: { buildname: "Rev3 MacOSX Leopard 1...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

The data for bugs and logs is stored in ElasticSearch.

Bug Data

Data for a single occurrence of a bug looks like this:

 _source: {
   buildname: "Rev3 MacOSX Leopard 10.5.8 mozilla-central opt test mochitest-other"
   machinename: "talos-r3-leopard-038"
   os: "osx"
   date: "2010-12-14"
   type: "Mochitest"
   debug: "false"
   starttime: "1292378723"
   logfile: "1292378723.1292379802.29699.gz"
   tree: "mozilla-central"
   rev: "abe884259481"
   who: "philringnalda@gmail.com"
   bug: "614643"
 }