Kibana Merge Multiple Fields to Single Bucket - kibana

My documents have both "src_ip" and "dest_ip" fields. I'd like a Vertical Bar visualization of IP counts regardless of which field they are in. However...
The X-Axis on Vertical Bar only allows selecting a single field, and it's unclear that Painless script supports merging arrays.
The "Composite Aggregation" seems to support what I want, but can't be selected for the X-Axis.
I'd also though I could just handle src_ip and dest_ip separately, perhaps aligning their colors so multiple stacks would look like one bar, but it seems I can only define a single X-Axis per chart.
Can someone suggest a workaround?

Related

Show Two Groups in Tableau Heat Maps

I’m relatively new to Tableau and have a question.
I want to create a heatmap show the location of two different groups of people. I’ve learned how to overlay maps using dual axis but the problem I keep running into is that each group requires different filters to aggregate the data the way I want.
Basically, I want to show:
Group1.id IF charge_id IS NOT NULL
And
Group2.id IF status = ‘ACTIVE’
Whenever I create a calculated field with one of the above calculated fields and place it in the filters box it automatically removes the other group from the map because the filters contradict one and other.
Help is much appreciated 😊
The filter shelf applies to the entire worksheet, so if you want to “filter” each field selectively, use an IF expression in a calculated field that evaluates to null when you don’t want that field in the view.
Give sample data if you want more detail

Data point values listed as 'OTHER' in rendered charts, but Table shows expected values

I've been working with App Insights Analytics chart tooling and noticed that a sizable portion of rendered chart data points have a listed value of 'OTHER'. However, when I look at the Table data all columns and data points contain the expected values.
Is this some sort of trimming feature used when rendering charts? If so, is there a way I can modify it? Looking at fiddler while testing I don't see my app creating any malformed requests or firing requests I don't recognize.
Here's an image of the chart with the 'OTHER' values for the name and url fields: chart
Yes, this is something done by the various charts because with enough data, especially something circular, any more than a few values is just going to be an indistinguishable mess. At some point, with enough distinct values, the math will start to break down to sub pixel values, and the items will overlap and be completely useless.
If you don't want to see the "OTHER" items, then you'll have to filter your data before the chart does, by using limit or top or top-nested or other various things.

Create 2D bar code that contains back-tab

Is it possible, and if so how, do I create a 2D bar code using IPL, intermec programming language, that contains human readable text, TAB, and BACK-TAB. The goal is to print the bar code that can then be scanned on a different computer that we have no control over. The software running on the PC contains fields that would be populate based on the information contained in the bar code along with TAB, BACK-TAB, and SPACE. The goal is to print the bar code containing numerous information and keystrokes that will allow the users to simply scan the 2D bar code which will fill out all information on their workstation.
I have tried to emulate the shift-in, Tab, and shift-out but nothing seems to work.
I read several article that indicate I can do this, and several that indicate I cannot. Neither list clear reason why this will or will not work.

sort object in google maps v3 sidebar

I have a sidebar that works here but is not alphabetized: www.wrh.noaa.gov/mfr/rec/v2/
I've tried to alphabetize here: www.wrh.noaa.gov/mfr/rec/v2/index_sort.php, but now the sidebar text links aren't linking to the correct map. I understand why this is (have reordered the array, and it doesn't know how to connect to the original "batch" array), but I don't know how to order the list on the sidebar yet keep the connection between the links and the map. I know I could simply order the spreadsheet which is converted into the xml document alphabetically, but I need it to remain in the order that it is...which isn't alphabetically. So I need to do this ordering within the script it seems. Any suggestions? It would seem that I could order the way I display the names on the sidebar without changing the "myclick(i)" number that matches the "batch" marker objects. I can clarify further if needed. Thanks for any help,
S
You just need to pay attention to the order you do things in. You can either sort the array, keeping a copy of the original, and referencing the markers there by there original index:
Example
Or you can sort the array (changing all the indices), then recreate the sidebar to match:
Example

Hide items from legend in flex chart

I have a LineChart continaing 6 lineseries. I should be able to pass parametrers to server using HTTPservice. But then the returned XML may contain information for a single line series or for all the lineseries. The problem, if we have a value for a single lineseries , the legend should contain also only one item and similarly for multiple items.
The legend also contains equal options. But if the xml returns value only for bugs , we should have
the legend should have only one item.
Help me out!
I don't understand your question well, but this answer will help you understand how to better control your LineChart's legend:
How to exclude series in legend (Flex)
Let me know if this helps, or please clarify your question.

Resources