QdrantVectorStore_Llamaindex / new_file /_component_template.txt
anasmkh's picture
Upload 2 files
42b69d5 verified
{
"component_templates": [
{
"name": "ptm_counters_cis_template",
"component_template": {
"template": {
"mappings": {
"properties": {
"Amount": {
"type": "long"
},
"Response_Time": {
"type": "long"
},
"Retry_Count": {
"type": "long"
}
}
}
}
}
},
{
"name": "ptm_events_basic_template",
"component_template": {
"template": {
"settings": {
"index": {
"default_pipeline": "ptm_ingest",
"refresh_interval": "10s",
"number_of_shards": "1",
"number_of_replicas": "1"
}
},
"mappings": {
"properties": {
"Status": {
"fields": {
"keyword": {
"ignore_above": 256,
"type": "keyword"
}
},
"type": "text"
},
"AffObj": {
"fields": {
"keyword": {
"ignore_above": 256,
"type": "keyword"
}
},
"type": "text"
},
"Node": {
"fields": {
"keyword": {
"ignore_above": 256,
"type": "keyword"
}
},
"type": "text"
},
"ChangeDate": {
"type": "date"
},
"Info": {
"fields": {
"keyword": {
"ignore_above": 256,
"type": "keyword"
}
},
"type": "text"
},
"Date": {
"type": "date"
},
"SeverityLevel": {
"fields": {
"keyword": {
"ignore_above": 256,
"type": "keyword"
}
},
"type": "text"
},
"Type": {
"fields": {
"keyword": {
"ignore_above": 256,
"type": "keyword"
}
},
"type": "text"
},
"ProcessingTime": {
"type": "date"
},
"Event": {
"fields": {
"keyword": {
"ignore_above": 256,
"type": "keyword"
}
},
"type": "text"
},
"EventID": {
"type": "long"
},
"Stream": {
"fields": {
"keyword": {
"ignore_above": 256,
"type": "keyword"
}
},
"type": "text"
},
"Module": {
"fields": {
"keyword": {
"ignore_above": 256,
"type": "keyword"
}
},
"type": "text"
}
}
},
"aliases": {
"ptm_events": {}
}
}
}
},
{
"name": "ptm_counters_basic_template",
"component_template": {
"template": {
"settings": {
"index": {
"default_pipeline": "ptm_ingest",
"refresh_interval": "10s",
"number_of_shards": "1",
"number_of_replicas": "1"
}
},
"mappings": {
"properties": {
"Request_Type": {
"fields": {
"keyword": {
"ignore_above": 256,
"type": "keyword"
}
},
"type": "text"
},
"Type": {
"fields": {
"keyword": {
"ignore_above": 256,
"type": "keyword"
}
},
"type": "text"
},
"Total_Response": {
"type": "long"
},
"ProcessingTime": {
"type": "date"
},
"Node": {
"fields": {
"keyword": {
"ignore_above": 256,
"type": "keyword"
}
},
"type": "text"
},
"Event": {
"fields": {
"keyword": {
"ignore_above": 256,
"type": "keyword"
}
},
"type": "text"
},
"Stream": {
"fields": {
"keyword": {
"ignore_above": 256,
"type": "keyword"
}
},
"type": "text"
},
"Request_Node": {
"fields": {
"keyword": {
"ignore_above": 256,
"type": "keyword"
}
},
"type": "text"
},
"Total_Request": {
"type": "long"
},
"Date": {
"type": "date"
},
"Result_Code": {
"fields": {
"keyword": {
"ignore_above": 256,
"type": "keyword"
}
},
"type": "text"
}
}
},
"aliases": {
"ptm_counters": {}
}
}
}
},
{
"name": "ptm_counters_snmp_template-eswatini",
"component_template": {
"template": {
"mappings": {
"properties": {
"new Long(T(Math).ceil(data_value/8))": {
"type": "long"
}
}
}
}
}
},
{
"name": "ptm_counters_snmp_template-zambia",
"component_template": {
"template": {
"mappings": {
"properties": {
"new Long(T(Math).ceil(data_value/8))": {
"type": "long"
}
}
}
}
}
},
{
"name": "ptm_counters_snmp_template",
"component_template": {
"template": {
"mappings": {
"properties": {
"data_value": {
"type": "long"
}
}
}
}
}
},
{
"name": "ptm_counters_basic_template-zambia",
"component_template": {
"template": {
"settings": {
"index": {
"default_pipeline": "ptm_ingest-zambia",
"refresh_interval": "10s",
"number_of_shards": "1",
"number_of_replicas": "1"
}
},
"mappings": {
"properties": {
"Request_Type": {
"fields": {
"keyword": {
"ignore_above": 256,
"type": "keyword"
}
},
"type": "text"
},
"Type": {
"fields": {
"keyword": {
"ignore_above": 256,
"type": "keyword"
}
},
"type": "text"
},
"Total_Response": {
"type": "long"
},
"ProcessingTime": {
"type": "date"
},
"Node": {
"fields": {
"keyword": {
"ignore_above": 256,
"type": "keyword"
}
},
"type": "text"
},
"Event": {
"fields": {
"keyword": {
"ignore_above": 256,
"type": "keyword"
}
},
"type": "text"
},
"Stream": {
"fields": {
"keyword": {
"ignore_above": 256,
"type": "keyword"
}
},
"type": "text"
},
"Request_Node": {
"fields": {
"keyword": {
"ignore_above": 256,
"type": "keyword"
}
},
"type": "text"
},
"Total_Request": {
"type": "long"
},
"Date": {
"type": "date"
},
"Result_Code": {
"fields": {
"keyword": {
"ignore_above": 256,
"type": "keyword"
}
},
"type": "text"
}
}
},
"aliases": {
"ptm_counters-zambia": {}
}
}
}
},
{
"name": "ptm_counters_basic_template-eswatini",
"component_template": {
"template": {
"settings": {
"index": {
"default_pipeline": "ptm_ingest-eswatini",
"refresh_interval": "10s",
"number_of_shards": "1",
"number_of_replicas": "1"
}
},
"mappings": {
"properties": {
"Request_Type": {
"fields": {
"keyword": {
"ignore_above": 256,
"type": "keyword"
}
},
"type": "text"
},
"Type": {
"fields": {
"keyword": {
"ignore_above": 256,
"type": "keyword"
}
},
"type": "text"
},
"Total_Response": {
"type": "long"
},
"ProcessingTime": {
"type": "date"
},
"Node": {
"fields": {
"keyword": {
"ignore_above": 256,
"type": "keyword"
}
},
"type": "text"
},
"Event": {
"fields": {
"keyword": {
"ignore_above": 256,
"type": "keyword"
}
},
"type": "text"
},
"Stream": {
"fields": {
"keyword": {
"ignore_above": 256,
"type": "keyword"
}
},
"type": "text"
},
"Request_Node": {
"fields": {
"keyword": {
"ignore_above": 256,
"type": "keyword"
}
},
"type": "text"
},
"Total_Request": {
"type": "long"
},
"Date": {
"type": "date"
},
"Result_Code": {
"fields": {
"keyword": {
"ignore_above": 256,
"type": "keyword"
}
},
"type": "text"
}
}
},
"aliases": {
"ptm_counters-eswatini": {}
}
}
}
}
]
}