README.md in logstash-input-azuretopicthreadable-0.9.7 vs README.md in logstash-input-azuretopicthreadable-0.9.8

- old
+ new

@@ -14,10 +14,14 @@ ### Required Parameters __*namespace*__ The Service Bus namespace. +__*access_key_name*__ + +Optional: The SAS policy name to the Service Bus resource. If undefined, plugin will assume ACS is used. + __*access_key*__ The access key to the Service Bus resource. __*subscription*__ @@ -37,18 +41,19 @@ Specifies the number of threads to use to read the messages. The default value is 1. __*thread_sleep_time*__ -Specifies the number of seconds each thread should sleep before starting another loop of processing. The default value is 1/50. +Specifies the number of seconds each thread should sleep before starting another loop of processing when topic is empty. The default value is 1/50. ### Examples ``` input { - azuretopic + azuretopicthreadable { namespace => "mysbns" + access_key_name => "mySASkeyname" access_key => "VGhpcyBpcyBhIGZha2Uga2V5Lg==" subscription => "mytopicsubscription" topic => "mytopic" threads => 3 } \ No newline at end of file