We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2c1212c commit f13d336Copy full SHA for f13d336
README.md
@@ -42,19 +42,17 @@ This plugin allows you to send data from Fluentd to Azure Data Explorer (Kusto)
42
### RubyGems
43
44
```sh
45
-$ gem install fluent-plugin-kusto --pre
+$ gem install fluent-plugin-kusto
46
```
47
48
### Bundler
49
50
Add the following line to your Gemfile:
51
52
```ruby
53
-gem "fluent-plugin-kusto", "~> 0.0.2.beta"
+gem "fluent-plugin-kusto", "~> 1.0.0"
54
55
56
-**Note:** This is a beta release. Use the `--pre` flag with gem install or specify the beta version in your Gemfile.
57
-
58
And then execute:
59
60
0 commit comments