I finished installing and testing the Linux version of Kibana.
And
I forked git repo.
But
"kibana\src\plugins\data\target\public\data.plugin.js" file did not exist.
What should I do?
Hi @dawn023349
welcome to the Kibana community.
Have you run yarn kbn boostrap
? If you try yarn start
does it start?
The kibana\src\plugins\data\target
should be a folder that gets created when bundling the data
plugin, so only when you run yarn start
. The target
folder in every plugin is ignored in git as it contains only build artefacts.
Thank you for your reply @Marco_Liberati
Then,
I found similar sources to contribution target. ( git repo search )
Path is packages/kbn-es-query/src/filters/build_filters/phrase_filter.test.ts
.
Is packages...
correct path?
( target source is ...boolean compare(Supplier s, def v)...
)
I think I'm not sure I understand what you are looking for.
Can you clarify?
I will modify(contribution) Kibana>Visualization>Filter query
.
The exact path I checked is "kibana\src\plugins\data\target\public\data.plugin.js"
.
But this path(file) exists only linux version.
So,
I tried to search git repo for a portion of the source.
Is there anything else you need?
Thank you for reply!
That code is present in packages/kbn-es-query/src/filters/build_filters/phrase_filter.ts
.
But I'm not sure I understand why that code needs to be changed: do you have any issue, found a bug for that wrapping code?
Thank you so much for checking!
I'll write an issue and link it to this post.
-
ISSUE
[Dashboard] Visualize Library doesn't work filter on scripted fields of Array Type. #148942 -
PULL REQUEST
[Dashboard] Fix Phrase_filter query for scripted fields (#148942) #148943
I'm done.
but
How do I add a label?
Is there anything I need to contribute?
This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.