Welcome to Knowage Q&A

Here you can read the Q&A history.

To get new community support please go to GitHub discussions (KnowageLabs/Knowage-Server · Discussions · GitHub).

0 votes
1 view

I am trying to create a REST data set. The REST API I am querying requires the request body to be in this format:

{"index" : "test"}
{"query" : {"match_all" : {}}, "from" : 0, "size" : 10}
{"index" : "test", "search_type" : "dfs_query_then_fetch"}
{"query" : {"match_all" : {}}}

However, it seems Knowage only allows a single-line request body as shown in the image below. 

Is there a configuration I can set to allow me specify a multiline request body?

Environment 8.2.0-SNAPSHOT
in Data Set by (120 points)

Please log in or register to answer this question.

...