Commit 03ea8ffa authored by Bashar's avatar Bashar

Configured Rethink

parent de734443
lifeCyclePolicy.name = Bashar
settingComponent.name = bashar_setting
mappingComponent.name = bashar_mapping
indexTemplate.name = bashar_template
dataStream.name = bashar-data-stream-1
elasticHost.ip = 192.168.25.254
elasticHost.port = 9200
workingPath = ./elasticJavaApi/src/main/resources/utils
\ No newline at end of file
{ {
"index_patterns": ["bashar-data-stream*"], "index_patterns": ["bashar-data-stream-2*"],
"data_stream": { }, "data_stream": { },
"composed_of": [ "bashar_setting", "bashar_mapping" ], "composed_of": [ "bashar_setting", "bashar_mapping"],
"priority": 670, "priority": 670,
"_meta": { "_meta": {
"description": "Template for my time series data", "description": "Template for my time series data",
......
...@@ -5,8 +5,26 @@ ...@@ -5,8 +5,26 @@
"type": "date", "type": "date",
"format": "date_optional_time||epoch_millis" "format": "date_optional_time||epoch_millis"
}, },
"message": { "enterprise": {
"type": "text"
},
"agentAddress": {
"type": "text"
},
"genericTrap": {
"type": "long"
},
"specificTrap": {
"type": "long"
},
"severity": {
"type": "text"
},
"variableBindings": {
"type": "wildcard" "type": "wildcard"
},
"location": {
"type": "geo_point"
} }
} }
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment