Hi,
I want to customize Doc Table on the Discover page.
Requirement: I want to implement for selecting and multi-selecting all table fields using the check boxes and the data should come when selecting the check boxes. Here I attached the sample screenshot.
Please try to share your thoughts here, it will be very helpful for me !!
Thanks
Akhil
Hi @rashmi , @mattkime
If you are familiar with this functionality can you please share your thoughts.
Or can you provide me with someone who is familiar with this functionality on the Kibana team?
Thanks
Akhil
mattkime
(Matthew Kime)
July 25, 2020, 10:08pm
3
@Akhil_Kaithoju - So you want a way to select documents - what do you want to do with the selected documents?
Yes. I need to select all the documents and i want to update some extra fields into the documents through front-end.
using _update_by_query
mattkime
(Matthew Kime)
July 26, 2020, 1:54pm
5
Kibana provides limited functionality to update documents. How many and how often do you need to update documents?
What is the limit?
I want to update millions of records and its daily usage
mattkime
(Matthew Kime)
July 27, 2020, 8:14pm
7
Thats significant - probably best to find a way to write some code that solves this problem.
Is it necessary for the user to individually select documents that need to be updated?
Update by query might be useful - https://www.elastic.co/guide/en/elasticsearch/reference/current/docs-update-by-query.html
Yes, User should be able to select individual documents and select all the documents at a time using "select All" functionality.
Right Now the doctable code was written in different different components . I am not able to implement "select All" functionality
And Is there any way to implement Discover as a custom plugin because i don't want to disturb Default thing
Thanks
mattkime
(Matthew Kime)
July 29, 2020, 2:54pm
10
If you need a user interface, then you'll need to create a custom plugin. Here are some example plugins to get you started - https://github.com/elastic/kibana/tree/master/examples
That should be very complex. Is there any way to create directly ?
mattkime
(Matthew Kime)
July 29, 2020, 4:49pm
12
There isn't a way to modify discover directly.
So, should I write from scratch?
system
(system)
Closed
August 26, 2020, 4:56pm
14
This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.