Hello , I have documented API's which include which tags they belong to, their request and response parameters, description, hostname.
each API goes up to 2000+ lines and up to date, I have pushed approximately 200 such files in .json format.
All the files have been indexed on the localhost.
the OS I'm using is Windows 10 and the Kibana version is 7.1.0.
I have indexed the APIs on the basis of tags. If an API is to be used for finance, it's indexed under api_finance index, similarly, if some API is used for transport its indexed in api_transport.
However, when I try to create an index pattern api*, Kibana seems to be loading for error and display
- Circuit breaking error which disconnects the kibana server on the command prompt window. It reconnects and disconnects and keeps on repeating the same error.
- cannot read property 'message' of null on the kibana browser window
I have tried using aliases by assigning "demo" as an alias for all the indices and then tried
creating the index pattern.
index pattern creates when I trying it with 10 files only but the error appears when I try with the whole documentation of 200 files.
Can someone please help me out?




