123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051 |
- {
- "settings": {
- "refresh_interval": "-1"
- },
- "mappings": {
- "properties": {
- "ctime": {
- "type": "date"
- },
- "location": {
- "type": "text"
- },
- "dataObjectId": {
- "type": "text",
- "fields": {
- "keyword": {
- "type": "keyword",
- "ignore_above": 256
- }
- }
- },
- "logContent": {
- "type": "text"
- },
- "success": {
- "type": "text"
- },
- "serviceId": {
- "type": "text"
- },
- "workId": {
- "type": "text"
- },
- "event": {
- "type": "text"
- },
- "outDataContent": {
- "type": "text"
- },
- "iNDataContent": {
- "type": "text"
- },
- "calculationLocation": {
- "type": "text"
- },
- "dataobjectid": {
- "type": "keyword"
- }
- }
- }
- }
|