Index: command_wrapper/index.yaml |
=================================================================== |
--- command_wrapper/index.yaml (revision 54349) |
+++ command_wrapper/index.yaml (working copy) |
@@ -1,2 +1,13 @@ |
+# Copyright (c) 2009-2010 The Chromium Authors. All rights reserved. |
+# Use of this source code is governed by a BSD-style license that can be |
+# found in the LICENSE file. |
+ |
indexes: |
-# Only default indexes used for now. |
+ |
+# To find a give hostname. |
+- kind: CommandInvocation |
+ properties: |
+ - name: uname_nodename |
+ - name: timestamp |
+ direction: desc |
+ |