mapping...default

{
   
   - "logstash-2014.03.03":{
      - "mappings":{
         - "apache-access":{
            - "dynamic_templates":[
               - {
                  - "string_fields":{
                     - "mapping":{
                        - "type":"multi_field",
                        - "fields":{
                           - "raw":{
                              - "index":"not_analyzed",
                              - "ignore_above":256,
                              - "type":"string"
                           },
                           - "{name}":{
                              - "index":"analyzed",
                              - "omit_norms":true,
                              - "type":"string"
                           }
                        }
                     },
                     - "match":"*",
                     - "match_mapping_type":"string"
                  }
               }
            ],
            - "properties":{
               - "@timestamp":{
                  - "type":"date",
                  - "format":"dateOptionalTime"
               },
               - "@version":{
                  - "type":"string",
                  - "index":"not_analyzed"
               },
               - "geoip":{
                  - "dynamic":"true",
                  - "properties":{
                     - "location":{
                        - "type":"geo_point"
                     }
                  }
               },
               - "host":{
                  - "type":"string",
                  - "norms":{
                     - "enabled":false
                  },
                  - "fields":{
                     - "raw":{
                        - "type":"string",
                        - "index":"not_analyzed",
                        - "ignore_above":256
                     }
                  }
               },
               - "message":{
                  - "type":"string",
                  - "norms":{
                     - "enabled":false
                  },
                  - "fields":{
                     - "raw":{
                        - "type":"string",
                        - "index":"not_analyzed",
                        - "ignore_above":256
                     }
                  }
               },
               - "path":{
                  - "type":"string",
                  - "norms":{
                     - "enabled":false
                  },
                  - "fields":{
                     - "raw":{
                        - "type":"string",
                        - "index":"not_analyzed",
                        - "ignore_above":256
                     }
                  }
               },
               - "query":{
                  - "properties":{
                     - "constant_score":{
                        - "properties":{
                           - "filter":{
                              - "properties":{
                                 - "term":{
                                    - "properties":{
                                       - "@timestamp":{
                                          - "type":"date",
                                          - "format":"dateOptionalTime"
                                       }
                                    }
                                 }
                              }
                           }
                        }
                     }
                  }
               },
               - "type":{
                  - "type":"string",
                  - "norms":{
                     - "enabled":false
                  },
                  - "fields":{
                     - "raw":{
                        - "type":"string",
                        - "index":"not_analyzed",
                        - "ignore_above":256
                     }
                  }
               }
            }
         }
      }
   }

}

-- 
You received this message because you are subscribed to the Google Groups 
"elasticsearch" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/elasticsearch/f3873f82-8000-4f35-8a3e-b2e29d7410f5%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to