We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 52f440d commit de639c8Copy full SHA for de639c8
CHANGELOG.md
@@ -20,3 +20,7 @@ Initial release. Provides basic data source functionality of fetching saved/sch
20
- Add info & doc link to the timeout error message to encourage the user to leverage scheduled search.
21
- Upon timeout, cancel the query on the Cribl Search side.
22
- Allow saved search ID to be composed using dashboard `${variables}`.
23
+
24
+## 1.1.3
25
26
+- Fix "time" field data type.
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "search-datasource",
3
- "version": "1.1.2",
+ "version": "1.1.3",
4
"scripts": {
5
"build": "webpack -c ./.config/webpack/webpack.config.ts --env production",
6
"dev": "webpack -w -c ./.config/webpack/webpack.config.ts --env development",
0 commit comments