forked from mozilla-services/socorro
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathtest_elasticsearch_indexing.ini-dist
34 lines (28 loc) · 1.26 KB
/
test_elasticsearch_indexing.ini-dist
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
# name: application
# doc: the fully qualified module or class of the application
# converter: configman.converters.class_converter
#application='IntegrationTestElasticsearchStorageApp'
# name: elasticsearch_storage_class
# doc: The class to use to store crash reports in elasticsearch.
# converter: configman.converters.class_converter
#elasticsearch_storage_class='socorro.external.elasticsearch.crashstorage.ElasticSearchCrashStorage'
# name: elasticsearch_urls
# doc: the urls to the elasticsearch instances (leave blank to disable)
# converter: socorro.external.elasticsearch.crashstorage.string_to_list
#elasticsearch_urls='http://localhost:9200'
# name: elasticsearch_index
# doc: an index to insert crashes in elasticsearch (use datetime's strftime format to have daily, weekly or monthly indexes)
# converter: str
#elasticsearch_index='socorro%Y%m%d'
# name: elasticsearch_doctype
# doc: a type to insert crashes in elasticsearch
# converter: str
#elasticsearch_doctype='crash_reports'
# name: elasticsearch_mapping
# doc: the mapping of crash reports to insert
# converter: str
#elasticsearch_mapping='./socorro/external/elasticsearch/socorro_mapping.json'
# name: timeout
# doc: how long to wait in seconds for confirmation of a submission
# converter: int
#timeout='2'