| OLD | NEW |
| (Empty) | |
| 1 # Copyright 2017 The LUCI Authors. |
| 2 # |
| 3 # Licensed under the Apache License, Version 2.0 (the "License"); |
| 4 # you may not use this file except in compliance with the License. |
| 5 # You may obtain a copy of the License at |
| 6 # |
| 7 # http://www.apache.org/licenses/LICENSE-2.0 |
| 8 # |
| 9 # Unless required by applicable law or agreed to in writing, software |
| 10 # distributed under the License is distributed on an "AS IS" BASIS, |
| 11 # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. |
| 12 # See the License for the specific language governing permissions and |
| 13 # limitations under the License. |
| 14 |
| 15 indexes: |
| 16 |
| 17 - kind: LogStream |
| 18 properties: |
| 19 - name: Prefix |
| 20 - name: Created |
| 21 direction: desc |
| 22 |
| 23 - kind: LogStream |
| 24 properties: |
| 25 - name: Name |
| 26 - name: Created |
| 27 direction: desc |
| 28 |
| 29 - kind: LogStream |
| 30 properties: |
| 31 - name: State |
| 32 - name: Created |
| 33 direction: desc |
| 34 |
| 35 - kind: LogStream |
| 36 properties: |
| 37 - name: Purged |
| 38 - name: Created |
| 39 direction: desc |
| 40 |
| 41 - kind: LogStream |
| 42 properties: |
| 43 - name: ProtoVersion |
| 44 - name: Created |
| 45 direction: desc |
| 46 |
| 47 - kind: LogStream |
| 48 properties: |
| 49 - name: ContentType |
| 50 - name: Created |
| 51 direction: desc |
| 52 |
| 53 - kind: LogStream |
| 54 properties: |
| 55 - name: StreamType |
| 56 - name: Created |
| 57 direction: desc |
| 58 |
| 59 - kind: LogStream |
| 60 properties: |
| 61 - name: Timestamp |
| 62 - name: Created |
| 63 direction: desc |
| 64 |
| 65 - kind: LogStream |
| 66 properties: |
| 67 - name: "_C" |
| 68 - name: Created |
| 69 direction: desc |
| 70 |
| 71 - kind: LogStream |
| 72 properties: |
| 73 - name: "_Tags" |
| 74 - name: Created |
| 75 direction: desc |
| 76 |
| 77 ## |
| 78 # Tumble Indexes |
| 79 ## |
| 80 |
| 81 - kind: tumble.Mutation |
| 82 properties: |
| 83 - name: ExpandedShard |
| 84 - name: TargetRoot |
| 85 |
| 86 - kind: tumble.Mutation |
| 87 properties: |
| 88 - name: TargetRoot |
| 89 - name: ProcessAfter |
| OLD | NEW |