You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have file size filed in my Solr collection and I'm displaying total file size per event in my data ingestion pipeline. Size is stored on Solr in Bytes. I wolud like to display that number on panel in MB or GB.
I'm aware of source code files for panels, module.js and module.html. Should I change that files for this case?
Also, I have multiple TERMS panel on dashboard, for TOTAL time (time is in Solr in miliseconds) and for TOTAL number of files. If I change module.js this will reflect all panels, right? I would like to have different logic for that three panels. How can I do that?
Thank you.
Tom
The text was updated successfully, but these errors were encountered:
Hi Banana team,
I have file size filed in my Solr collection and I'm displaying total file size per event in my data ingestion pipeline. Size is stored on Solr in Bytes. I wolud like to display that number on panel in MB or GB.
I'm aware of source code files for panels, module.js and module.html. Should I change that files for this case?
Also, I have multiple TERMS panel on dashboard, for TOTAL time (time is in Solr in miliseconds) and for TOTAL number of files. If I change module.js this will reflect all panels, right? I would like to have different logic for that three panels. How can I do that?
Thank you.
Tom
The text was updated successfully, but these errors were encountered: