dnet-hadoop/dhp-workflows/dhp-broker-events/src/main/resources/eu/dnetlib/dhp/broker/oa/index_event_subset.json

33 lines
715 B
JSON
Raw Normal View History

2020-08-19 12:39:22 +02:00
[
{
"paramName": "o",
2020-12-10 14:47:22 +01:00
"paramLongName": "outputDir",
"paramDescription": "the path where the generated data are stored",
2020-08-19 12:39:22 +02:00
"paramRequired": true
},
{
"paramName": "idx",
"paramLongName": "index",
"paramDescription": "the ES index",
"paramRequired": true
},
{
"paramName": "es",
"paramLongName": "esHost",
"paramDescription": "the ES host",
"paramRequired": true
},
{
"paramName": "n",
"paramLongName": "maxEventsForTopic",
"paramDescription": "the max number of events for each couple (ds/topic)",
"paramRequired": true
2020-08-21 14:52:48 +02:00
},
{
"paramName": "broker",
"paramLongName": "brokerApiBaseUrl",
"paramDescription": "the url of the broker service api",
"paramRequired": true
2020-08-19 12:39:22 +02:00
}
]